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 | 冶??予?? | 1001011011101000001111110011111110010111010111000011111100111111 | 96e83f3f975c3f3f |
EUC-JP | 冶??予?? | 1100110011101010001111110011111111001101101111010011111100111111 | ccea3f3fcdbd3f3f |
UTF-8 | 冶먯쒼予뽯쨰 | 111001011000011010110110111010111010100010101111111011001001001010111100111001001011101010001000111010111011110110101111111011001010100010110000 | e586b6eba8afec92bce4ba88ebbdafeca8b0 |
UHC | 冶먯쒼予뽯쨰 | 111001011010011110010000111011001011111010110000111001011111100010010110111010111010010010001010 | e5a790ecbeb0e5f896eba48a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)