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 | 達嘆辰側 | 1001001001000010100100100101000110010010010000111001000110100100 | 92429251924391a4 |
EUC-JP | 達嘆辰側 | 1100001110100011110000111011001011000011101001001100001010100110 | c3a3c3b2c3a4c2a6 |
UTF-8 | 達嘆辰側 | 111010011000000110010100111001011001100010000110111010001011111010110000111001011000000110110100 | e98194e59886e8beb0e581b4 |
UHC | 達嘆辰側 | 1101001110111001111101111010001111110010111000111111011010110000 | d3b9f7a3f2e3f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)