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 | 達単辰尊 | 1001001001000010100100100101000010010010010000111001000110111000 | 92429250924391b8 |
EUC-JP | 達単辰尊 | 1100001110100011110000111011000111000011101001001100001010111010 | c3a3c3b1c3a4c2ba |
UTF-8 | 達単辰尊 | 111010011000000110010100111001011000110110011000111010001011111010110000111001011011000010001010 | e98194e58d98e8beb0e5b08a |
UHC | 達?辰尊 | 11010011101110010011111111110010111000111111000011101110 | d3b93ff2e3f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)