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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | 薜我音t | 11100101010011111000100111100100100010011011100101110100 | e54f89e489b974 |
EUC-JP | 薜我音t | 11101001101100001011001011100110101100101011101101110100 | e9b0b2e6b2bb74 |
UTF-8 | 薜我音t | 11101000100101101001110011100110100010001001000111101001100111111011001101110100 | e8969ce68891e99fb374 |
UHC | ?我音t | 001111111110010010110010111010111110010101110100 | 3fe4b2ebe574 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)