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 | 熱??熱?? | 1001010001001101001111110011111110010100010011010011111100111111 | 944d3f3f944d3f3f |
EUC-JP | 熱??熱?? | 1100011110101110001111110011111111000111101011100011111100111111 | c7ae3f3fc7ae3f3f |
UTF-8 | 熱썼눎熱썼눎 | 111001111000011010110001111011001000110110111100111010111000100010001110111001111000011010110001111011001000110110111100111010111000100010001110 | e786b1ec8dbceb888ee786b1ec8dbceb888e |
UHC | 熱썼눎熱썼눎 | 111001101111000010111101111010001000011110101010111001101111000010111101111010001000011110101010 | e6f0bde887aae6f0bde887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)