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 | Dº`K¥ | 10010010010001001001000110111010100011000110000010010010010010111001000110100101 | 924491ba8c60924b91a5 |
SJIS-WIN | ?D???`?K?¥ | 0011111101000100001111110011111100111111011000000011111101001011001111111000000110001111 | 3f443f3f3f603f4b3f818f |
EUC-JP | ?D?º?`?K?? | 001111110100010000111111100011111010001011101011001111110110000000111111010010110011111100111111 | 3f443f8fa2eb3f603f4b3f3f |
UTF-8 | Dº`K¥ | 1100001010010010010001001100001010010001110000101011101011000010100011000110000011000010100100100100101111000010100100011100001010100101 | c29244c291c2bac28c60c2924bc291c2a5 |
UHC | ?D?º?`?K?? | 0011111101000100001111111010100010101100001111110110000000111111010010110011111100111111 | 3f443fa8ac3f603f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)