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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甕??汝h? | 111000010101000000111111001111111001001111110000100000101000100000111111 | e1503f3f93f082883f |
EUC-JP | 甕??汝h? | 111000011011000100111111001111111100011011110010101000111110100000111111 | e1b13f3fc6f2a3e83f |
UTF-8 | 甕드쩂汝h툧 | 111001111001010010010101111010111001001110011100111011001010100110000010111001101011000110011101111011111011110110001000111011011000100010100111 | e79495eb939ceca982e6b19defbd88ed88a7 |
UHC | 甕드쩂汝h툧 | 111010001011100010110101111001011010010010011100111001101010001110100011111010001011100010011110 | e8b8b5e5a49ce6a3a3e8b89e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)