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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佚??前? | 10011000110000110011111100111111100100010100111100111111 | 98c33f3f914f3f |
EUC-JP | 佚??前? | 11010000110001010011111100111111110000011011000000111111 | d0c53f3fc1b03f |
UTF-8 | 佚ㅹ듕前렋 | 111001001011110110011010111000111000010110111001111010111001001110010101111001011000100110001101111010111010000010001011 | e4bd9ae385b9eb9395e5898deba08b |
UHC | 佚ㅹ듕前렋 | 11101100111010101010010011101001101101011110010011101110111100011000111010100010 | eceaa4e9b5e4eef18ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)