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 | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 吏몄쿃n吏몄쿃nB | 111011111010011110011110111010111010101010000100111011001011111110000011011011101110111110100111100111101110101110101010100001001110110010111111100000110110111001000010 | efa79eebaa84ecbf836eefa79eebaa84ecbf836e42 |
UHC | 吏몄쿃n吏몄쿃nB | 111011001010011110111000111011001011001010011001011011101110110010100111101110001110110010110010100110010110111001000010 | eca7b8ecb2996eeca7b8ecb2996e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)