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 | 癲??涅?? | 1110000110011111001111110011111110011111101110000011111100111111 | e19f3f3f9fb83f3f |
EUC-JP | 癲??涅?? | 1110001010100001001111110011111111011110101110100011111100111111 | e2a13f3fdeba3f3f |
UTF-8 | 癲됧젳涅곫컦 | 111001111001100110110010111010111001000010100111111011001010000010110011111001101011011010000101111010101011001110101011111011001011101110100110 | e799b2eb90a7eca0b3e6b685eab3abecbba6 |
UHC | 癲됧젳涅곫컦 | 111011111010011010001001111001011010000010100111111001101110111010000001111001101011000010001111 | efa689e5a0a7e6ee81e6b08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)