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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | モ」ラ痂BF | 11010011101000111101011111100001011011110100001001000110 | d3a3d7e16f4246 |
EUC-JP | モ」ラ痂BF | 10001110110100111000111010100011100011101101011111100001110100000100001001000110 | 8ed38ea38ed7e1d04246 |
UTF-8 | モ」ラ痂BF | 1110111110111110100100111110111110111101101000111110111110111110100101111110011110010111100000100100001001000110 | efbe93efbda3efbe97e797824246 |
UHC | ???痂BF | 00111111001111110011111111001010101100100100001001000110 | 3f3f3fcab24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)