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 | ໹໠| 10001010111000001001000110111011100100011011100110001010111000001001000110111011 | 8ae091bb91b98ae091bb |
SJIS-WIN | ?????????? | 00111111001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f3f |
EUC-JP | ?à?????à?? | 0011111110001111101010111010001000111111001111110011111100111111001111111000111110101011101000100011111100111111 | 3f8faba23f3f3f3f3f8faba23f3f |
UTF-8 | ໹໠| 1100001010001010110000111010000011000010100100011100001010111011110000101001000111000010101110011100001010001010110000111010000011000010100100011100001010111011 | c28ac3a0c291c2bbc291c2b9c28ac3a0c291c2bb |
UHC | ?????¹???? | 0011111100111111001111110011111100111111101010011111011000111111001111110011111100111111 | 3f3f3f3f3fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)