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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 螳ш芦K | 11100101101011101000010010001010100010001011000001001011 | e5ae848a88b04b |
EUC-JP | 螳ш芦K | 11101010101100001010011111101010101100001011001001001011 | eab0a7eab0b24b |
UTF-8 | 螳ш芦K | 111010001001111010110011110100011000100011101000100010101010011001001011 | e89eb3d188e88aa64b |
UHC | 螳ш芦K | 11010011110110011010110011101010111110111101100001001011 | d3d9aceafbd84b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)