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 | 探樽鱈嘆 | 1001001001010100100100100100110110010010010011001001001001010001 | 9254924d924c9251 |
EUC-JP | 探樽鱈嘆 | 1100001110110101110000111010111011000011101011011100001110110010 | c3b5c3aec3adc3b2 |
UTF-8 | 探樽鱈嘆 | 111001101000111010100010111001101010100010111101111010011011000110001000111001011001100010000110 | e68ea2e6a8bde9b188e59886 |
UHC | 探樽?嘆 | 11110111101011101111000111011100001111111111011110100011 | f7aef1dc3ff7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)