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 | 外??鴨?? | 1000101001001111001111110011111110001010100110110011111100111111 | 8a4f3f3f8a9b3f3f |
EUC-JP | 外??鴨?? | 1011001110110000001111110011111110110011111110110011111100111111 | b3b03f3fb3fb3f3f |
UTF-8 | 外쇺닜鴨꾤맏 | 111001011010010010010110111011001000011110111010111010111000101110011100111010011011010010101000111010101011111010100100111010111010011110001111 | e5a496ec87baeb8b9ce9b4a8eabea4eba78f |
UHC | 外쇺닜鴨꾤맏 | 111010001110001010011001111000101000100010011101111001001110010110000100111001111011100010111010 | e8e299e2889de4e584e7b8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)