To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 終?媛? | 100011110100100100111111100101010101000100111111 | 8f493f95513f |
EUC-JP | 終?媛? | 101111011010101000111111110010011011001000111111 | bdaa3fc9b23f |
UTF-8 | 終렫媛븀 | 111001111011010110000010111010111010000010101011111001011010101010011011111010111011100010000000 | e7b582eba0abe5aa9bebb880 |
UHC | 終렫媛븀 | 1111000011111011100011101011100111101010101100001011101011100111 | f0fb8eb9eab0bae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)