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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 暎??厭? | 10011101111100110011111100111111100010010111110100111111 | 9df33f3f897d3f |
EUC-JP | 暎??厭? | 11011010111101010011111100111111101100011101111000111111 | daf53f3fb1de3f |
UTF-8 | 暎썬굜厭툫 | 111001101001101010001110111011001000110110101100111010101011010110011100111001011000111010101101111011011000100010101011 | e69a8eec8daceab59ce58eaded88ab |
UHC | 暎썬굜厭툫 | 11100111101100101011110111100011100000101000010011100110111101001011100101000010 | e7b2bde38284e6f4b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)