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 | 禪糜箟甍 | 1110001001010111111000101111010011100010101011111110000101001111 | e257e2f4e2afe14f |
EUC-JP | 禪糜箟甍 | 1110001110111000111001001111011011100100101100011110000110110000 | e3b8e4f6e4b1e1b0 |
UTF-8 | 禪糜箟甍 | 111001111010011010101010111001111011001110011100111001111010111010011111111001111001010010001101 | e7a6aae7b39ce7ae9fe7948d |
UHC | 禪??? | 1110000011001001001111110011111100111111 | e0c93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)