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 | 運?爾 | 1000100101011110001111111000111010100010 | 895e3f8ea2 |
EUC-JP | 運?爾 | 1011000110111111001111111011110010100100 | b1bf3fbca4 |
UTF-8 | 運렩爾 | 111010011000000110001011111010111010000010101001111001111000100010111110 | e9818beba0a9e788be |
UHC | 運렩爾 | 111010101010000110001110101101111110110010110011 | eaa18eb7ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)