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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驛??徇?? | 1110100110000011001111110011111110011100011011010011111100111111 | e9833f3f9c6d3f3f |
EUC-JP | 驛??徇?? | 1111000111100011001111110011111111010111110011100011111100111111 | f1e33f3fd7ce3f3f |
UTF-8 | 驛붾쳞徇섉땾 | 111010011010100110011011111010111011011010111110111011001011001110011110111001011011111010000111111011001000010010001001111010111001010110111110 | e9a99bebb6beecb39ee5be87ec8489eb95be |
UHC | 驛붾쳞徇섉땾 | 111001101011111010010100111010111010101110000100111000101101111110011000111001101000101110010100 | e6be94ebab84e2df98e68b94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)