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 | テ」ツ? | 11000011101000111100001000111111 | c3a3c23f |
EUC-JP | テ」ツ? | 10001110110000111000111010100011100011101100001000111111 | 8ec38ea38ec23f |
UTF-8 | テ」ツ? | 11101111101111101000001111101111101111011010001111101111101111101000001000111111 | efbe83efbda3efbe823f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)