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 | ???a??? | 00111111001111110011111101100001001111110011111100111111 | 3f3f3f613f3f3f |
SJIS-WIN | ???a??? | 00111111001111110011111101100001001111110011111100111111 | 3f3f3f613f3f3f |
EUC-JP | ???a??? | 00111111001111110011111101100001001111110011111100111111 | 3f3f3f613f3f3f |
UTF-8 | 溜븐콌a溜븐콠 | 11101111101001111000101111101011101110001001000011101100101111011000110001100001111011111010011110001011111010111011100010010000111011001011110110100000 | efa78bebb890ecbd8c61efa78bebb890ecbda0 |
UHC | 溜븐콌a溜븐콠 | 11101010111111101011101011101100101100011000100001100001111010101111111010111010111011001011000110011000 | eafebaecb18861eafebaecb198 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)