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 | 枝??封?籠 | 100011100111110100111111001111111001010110010101001111111110001011000100 | 8e7d3f3f95953fe2c4 |
EUC-JP | 枝??封?籠 | 101110111101111000111111001111111100100111110101001111111110010011000110 | bbde3f3fc9f53fe4c6 |
UTF-8 | 枝뷸렪封렱籠 | 111001101001111010011101111010111011011110111000111010111010000010101010111001011011000010000001111010111010000010110001111001111011000110100000 | e69e9debb7b8eba0aae5b081eba0b1e7b1a0 |
UHC | 枝뷸렪封렱籠 | 111100101010101110111010111001101000111010111000110111001110011010001110101111101101011011101011 | f2abbae68eb8dce68ebed6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)