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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螳牙ョ隠 | 11100101101011101000100111100101101011101000100101000010 | e5ae89e5ae8942 |
EUC-JP | 螳牙ョ隠 | 1110101010110000101100101110011110001110101011101011000110100011 | eab0b2e78eaeb1a3 |
UTF-8 | 螳牙ョ隠 | 111010001001111010110011111001111000100110011001111011111011110110101110111010011001101010100000 | e89eb3e78999efbdaee99aa0 |
UHC | 螳牙?? | 110100111101100111100100101100110011111100111111 | d3d9e4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)