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 | 鈺??肄?┃ | 111110111100010000111111001111111110001111100101001111111000010010101011 | fbc43f3fe3e53f84ab |
EUC-JP | 鈺??肄?┃ | 10001111111000111101010100111111001111111110011011100111001111111010100010101101 | 8fe3d53f3fe6e73fa8ad |
UTF-8 | 鈺쎄퉩肄뚪┃ | 111010011000100010111010111011001000111010000100111011011000100110101001111010001000001010000100111010111001101010101010111000101001010010000011 | e988baec8e84ed89a9e88284eb9aaae29483 |
UHC | 鈺쎄퉩肄뚪┃ | 111010001010110110111101111010101011100110000001111011001011110110001100111010011010011010101101 | e8adbdeab981ecbd8ce9a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)