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 | ???????o | 0011111100111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f3f6f |
SJIS-WIN | ???????o | 0011111100111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f3f6f |
EUC-JP | ???????o | 0011111100111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f3f6f |
UTF-8 | 셈솽렱렧소렯렫o | 11101100100001011000100011101100100001101011110111101011101000001011000111101011101000001010011111101100100001101000110011101011101000001010111111101011101000001010101101101111 | ec8588ec86bdeba0b1eba0a7ec868ceba0afeba0ab6f |
UHC | 셈솽렱렧소렯렫o | 101111001100000010111100111000011000111010111110100011101011011010111100110100101000111010111100100011101011100101101111 | bcc0bce18ebe8eb6bcd28ebc8eb96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)