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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?約玲 | 0011111110010110111100011001011111100110 | 3f96f197e6 |
EUC-JP | ?約玲 | 0011111111001100111100111100111011101000 | 3fccf3cee8 |
UTF-8 | 뤙約玲 | 111010111010010010011001111001111011010010000100111001111000111010110010 | eba499e7b484e78eb2 |
UHC | 뤙約玲 | 100011111100100011100101101100111101011010111100 | 8fc8e5b3d6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)