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 | 飮?∽? | 100111110101101000111111100000011110010000111111 | 9f5a3f81e43f |
EUC-JP | 飮?∽? | 110111011011101100111111101000101110011000111111 | ddbb3fa2e63f |
UTF-8 | 飮뫢∽폇 | 111010011010001110101110111010111010101110100010111000101000100010111101111011011000111110000111 | e9a3aeebaba2e288bded8f87 |
UHC | 飮뫢∽폇 | 1110101111100110100100011100001010100001111011111011110010010100 | ebe691c2a1efbc94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)