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 | 也ら?耶ョ? | 10010110111001111000001011100111001111111001011011101011100000111000011100111111 | 96e782e73f96eb83873f |
EUC-JP | 也ら?耶ョ? | 11001100111010011010010011101001001111111100110011101101101001011110011100111111 | cce9a4e93fcceda5e73f |
UTF-8 | 也ら걶耶ョ떥 | 111001001011100110011111111000111000001010001001111010101011000110110110111010001000000010110110111000111000001110100111111010111001011010100101 | e4b99fe38289eab1b6e880b6e383a7eb96a5 |
UHC | 也ら걶耶ョ떥 | 111001011010010110101010111010011000000110011100111001011010110110101011111001111000101110111000 | e5a5aae9819ce5adabe78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)