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 | 癲??援э? | 111000011001111100111111001111111000100110000111100001001000111100111111 | e19f3f3f8987848f3f |
EUC-JP | 癲??援э? | 111000101010000100111111001111111011000111100111101001111110111100111111 | e2a13f3fb1e7a7ef3f |
UTF-8 | 癲븍쓧援э쬅 | 1110011110011001101100101110101110111000100011011110110010010011101001111110011010001111101101001101000110001101111011001010110010000101 | e799b2ebb88dec93a7e68fb4d18decac85 |
UHC | 癲븍쓧援э쬅 | 111011111010011010111010111010111001110110001000111010101011010110101100111011111010011010011100 | efa6baeb9d88eab5acefa69c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)