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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 咫孟?題牟 | 100110100100000010010110110100000011111110010001111010001001011010110100 | 9a4096d03f91e896b4 |
EUC-JP | 咫孟?題牟 | 110100111010000111001100110100100011111111000010111010101100110010110110 | d3a1ccd23fc2eaccb6 |
UTF-8 | 咫孟갤題牟 | 111001011001001010101011111001011010110110011111111010101011000010100100111010011010000110001100111001111000100110011111 | e592abe5ad9feab0a4e9a18ce7899f |
UHC | 咫孟갤題牟 | 11110010101000011101100011101011101100001011011011110000101110011101100110111111 | f2a1d8ebb0b6f0b9d9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)