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 | 顆ゅm襃ァ蟇 | 1110100011110111100000101110001110000010100011011110010111101111101001111110010110101111 | e8f782e3828de5efa7e5af |
EUC-JP | 顆ゅm襃ァ蟇 | 111100001111100110100100111001011010001111101101111010101111000110001110101001111110101010110001 | f0f9a4e5a3edeaf18ea7eab1 |
UTF-8 | 顆ゅm襃ァ蟇 | 111010011010000110000110111000111000001010000101111011111011110110001101111010001010010110000011111011111011110110100111111010001001111110000111 | e9a186e38285efbd8de8a583efbda7e89f87 |
UHC | 顆ゅm??? | 110011101010100010101010111001011010001111101101001111110011111100111111 | cea8aae5a3ed3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)