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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆乗ュ蓚 | 1110100010111011100011111110011010000011100001011110010011101001 | e8bb8fe68385e4e9 |
EUC-JP | 霆乗ュ蓚 | 1111000010111101101111101110100010100101111001011110100011101011 | f0bdbee8a5e5e8eb |
UTF-8 | 霆乗ュ蓚 | 111010011001110010000110111001001011100110010111111000111000001110100101111010001001001110011010 | e99c86e4b997e383a5e8939a |
UHC | 霆?ュ蓚 | 11101111111111010011111110101011111001011110001010111110 | effd3fabe5e2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)