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 | 諍??闇 | 111001100111100100111111001111111000100011000101 | e6793f3f88c5 |
EUC-JP | 諍??闇 | 111010111101101000111111001111111011000011000111 | ebda3f3fb0c7 |
UTF-8 | 諍당듐闇 | 111010001010101110001101111010111000101110111001111010111001001110010000111010011001011110000111 | e8ab8deb8bb9eb9390e99787 |
UHC | 諍당듐闇 | 1110111010110101101101001110011110110101111000111110010011100001 | eeb5b4e7b5e3e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)