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 | ?瓏?錚 | 001111111110000011111010001111111110100001000010 | 3fe0fa3fe842 |
EUC-JP | 醬瓏?錚 | 1000111111100010111100111110000011111100001111111110111110100011 | 8fe2f3e0fc3fefa3 |
UTF-8 | 醬瓏ㅁ錚 | 111010011000011010101100111001111001001110001111111000111000010110000001111010011000110010011010 | e986ace7938fe38581e98c9a |
UHC | 醬瓏ㅁ錚 | 1110110111111101110101101110101010100100101100011110111010110110 | edfdd6eaa4b1eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)