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 | 嶸疾リ鰊膺 | 1111101010110100100011101011111011110010101000011101100011101001110101111110010001011110 | fab48ebef2a1d8e9d7e45e |
EUC-JP | 嶸疾?リ鰊膺 | 100011111011101111110100101111001100000000111111100011101101100011110010110110011110011110111111 | 8fbbf4bcc03f8ed8f2d9e7bf |
UTF-8 | 嶸疾リ鰊膺 | 111001011011011010111000111001111001011010111110111011101000011110011000111011111011111010011000111010011011000010001010111010001000011010111010 | e5b6b8e796beee8798efbe98e9b08ae886ba |
UHC | 嶸疾???膺 | 111001111010111011110010111100000011111100111111001111111110101111101100 | e7aef2f03f3f3febec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)