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µ H¹ | 10010010010001001001000110110101100100011010000010010010010010001001000110111001 | 924491b591a0924891b9 |
SJIS-WIN | ?D?????H?? | 00111111010001000011111100111111001111110011111100111111010010000011111100111111 | 3f443f3f3f3f3f483f3f |
EUC-JP | ?D?????H?? | 00111111010001000011111100111111001111110011111100111111010010000011111100111111 | 3f443f3f3f3f3f483f3f |
UTF-8 | Dµ H¹ | 110000101001001001000100110000101001000111000010101101011100001010010001110000101010000011000010100100100100100011000010100100011100001010111001 | c29244c291c2b5c291c2a0c29248c291c2b9 |
UHC | ?D?????H?¹ | 0011111101000100001111110011111100111111001111110011111101001000001111111010100111110110 | 3f443f3f3f3f3f483fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)