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 | ???釗g | 00111111001111110011111111111011101110111000001010000111 | 3f3f3ffbbb8287 |
EUC-JP | ???釗g | 0011111100111111001111111000111111100011101001101010001111100111 | 3f3f3f8fe3a6a3e7 |
UTF-8 | 娛듽깾釗g | 111001011010100010011011111010111001001110111101111010101011100110111110111010011000011110010111111011111011110110000111 | e5a89beb93bdeab9bee98797efbd87 |
UHC | 娛듽깾釗g | 11100111111101001000101011100011100000111010011111100001111100101010001111100111 | e7f48ae383a7e1f2a3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)