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 | ?P????] | 00111111010100000011111100111111001111110011111101011101 | 3f503f3f3f3f5d |
SJIS-WIN | ?P????] | 00111111010100000011111100111111001111110011111101011101 | 3f503f3f3f3f5d |
EUC-JP | ?P????] | 00111111010100000011111100111111001111110011111101011101 | 3f503f3f3f3f5d |
UTF-8 | 뭒P뫗뭒몾뫎] | 1110101110101101100100100101000011101011101010111001011111101011101011011001001011101011101010101011111011101011101010111000111001011101 | ebad9250ebab97ebad92ebaabeebab8e5d |
UHC | 뭒P뫗뭒몾뫎] | 100100100101101001010000100100011011100110010010010110101001000110100010100100011011000001011101 | 925a5091b9925a91a291b05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)