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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 移?????? | 1000100011011010001111110011111100111111001111110011111100111111 | 88da3f3f3f3f3f3f |
EUC-JP | 移?????? | 1011000011011100001111110011111100111111001111110011111100111111 | b0dc3f3f3f3f3f3f |
UTF-8 | 移렯履닺렦縷렩 | 111001111010011110111011111010111010000010101111111011111010011110011111111010111000101110111010111010111010000010100110111011111010010110010000111010111010000010101001 | e7a7bbeba0afefa79feb8bbaeba0a6efa590eba0a9 |
UHC | 移렯履닺렦縷렩 | 1110110010111001100011101011110011101100101010101011010011101000100011101011010111010010111010101000111010110111 | ecb98ebcecaab4e88eb5d2ea8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)