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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遙???吾 | 11101010101000010011111100111111001111111000110011100001 | eaa13f3f3f8ce1 |
EUC-JP | 遙???吾 | 11110100101000110011111100111111001111111011100011100011 | f4a33f3f3fb8e3 |
UTF-8 | 遙사떁짠吾 | 111010011000000110011001111011001000001010101100111010111001011010000001111011001010011110100000111001011001000010111110 | e98199ec82aceb9681eca7a0e590be |
UHC | 遙사떁짠吾 | 11101001101010111011101111100111100010111001011111000010101001111110011111101110 | e9abbbe78b97c2a7e7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)