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 | 絶??瓦?? | 1001000011100010001111110011111110001010101000100011111100111111 | 90e23f3f8aa23f3f |
EUC-JP | 絶??瓦?? | 1100000011100100001111110011111110110100101001000011111100111111 | c0e43f3fb4a43f3f |
UTF-8 | 絶귡돒瓦닻눅 | 111001111011010110110110111010101011011110100001111010111000111110010010111001111001001110100110111010111000101110111011111010111000100010000101 | e7b5b6eab7a1eb8f92e793a6eb8bbbeb8885 |
UHC | 絶귡돒瓦닻눅 | 111011111011111010000010111010011000100110011110111010001011111110110100111010011011010010101010 | efbe82e9899ee8bfb4e9b4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)