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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??…裕? | 00111111001111111000000101100011100101110101010000111111 | 3f3f816397543f |
EUC-JP | 艅?…裕? | 100011111101011011111101001111111010000111000100110011011011010100111111 | 8fd6fd3fa1c4cdb53f |
UTF-8 | 艅덈…裕뉰 | 111010001000100110000101111010111000110110001000111000101000000010100110111010001010001110010101111010111000100110110000 | e88985eb8d88e280a6e8a395eb89b0 |
UHC | 艅덈…裕뉰 | 11100110101010011000100011101011101000011010011011101011101011101000100001000010 | e6a988eba1a6ebae8842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)