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 | 紆?弧∇ | 11100010111111000011111110001100110010101000000111011110 | e2fc3f8cca81de |
EUC-JP | 紆?弧∇ | 11100100111111100011111110111000110011001010001011100000 | e4fe3fb8cca2e0 |
UTF-8 | 紆렡弧∇ | 111001111011010010000110111010111010000010100001111001011011110010100111111000101000100010000111 | e7b486eba0a1e5bca7e28887 |
UHC | 紆렡弧∇ | 1110100111100001100011101011001011111011110000011010000111010100 | e9e18eb2fbc1a1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)