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 | 遙??耶ョ? | 111010101010000100111111001111111001011011101011100000111000011100111111 | eaa13f3f96eb83873f |
EUC-JP | 遙??耶ョ? | 111101001010001100111111001111111100110011101101101001011110011100111111 | f4a33f3fcceda5e73f |
UTF-8 | 遙룡눟耶ョ맏 | 111010011000000110011001111010111010001110100001111010111000100010011111111010001000000010110110111000111000001110100111111010111010011110001111 | e98199eba3a1eb889fe880b6e383a7eba78f |
UHC | 遙룡눟耶ョ맏 | 111010011010101110110111111001101000011110110111111001011010110110101011111001111011100010111010 | e9abb7e687b7e5adabe7b8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)