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 | 探樽探巽 | 1001001001010100100100100100110110010010010101001001001001000110 | 9254924d92549246 |
EUC-JP | 探樽探巽 | 1100001110110101110000111010111011000011101101011100001110100111 | c3b5c3aec3b5c3a7 |
UTF-8 | 探樽探巽 | 111001101000111010100010111001101010100010111101111001101000111010100010111001011011011110111101 | e68ea2e6a8bde68ea2e5b7bd |
UHC | 探樽探巽 | 1111011110101110111100011101110011110111101011101110000111011110 | f7aef1dcf7aee1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)