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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??松ε? | 111000011001111100111111001111111000111110111100100000111100001100111111 | e19f3f3f8fbc83c33f |
EUC-JP | 癲??松ε? | 111000101010000100111111001111111011111010111110101001101100010100111111 | e2a13f3fbebea6c53f |
UTF-8 | 癲얠띂松ε껙 | 1110011110011001101100101110110010010110101000001110101110011101100000101110011010011101101111101100111010110101111010101011101110011001 | e799b2ec96a0eb9d82e69dbeceb5eabb99 |
UHC | 癲얠띂松ε껙 | 111011111010011010111110111011001000110110111101111000011110011010100101111001011011001010110011 | efa6beec8dbde1e6a5e5b2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)