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 | 達俗辰辿 | 1001001001000010100100011010110110010010010000111001001001001000 | 924291ad92439248 |
EUC-JP | 達俗辰辿 | 1100001110100011110000101010111111000011101001001100001110101001 | c3a3c2afc3a4c3a9 |
UTF-8 | 達俗辰辿 | 111010011000000110010100111001001011111110010111111010001011111010110000111010001011111010111111 | e98194e4bf97e8beb0e8bebf |
UHC | 達俗辰? | 11010011101110011110000111010100111100101110001100111111 | d3b9e1d4f2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)