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 | 浴??浴?? | 1001011110000001001111110011111110010111100000010011111100111111 | 97813f3f97813f3f |
EUC-JP | 浴??浴?? | 1100110111100001001111110011111111001101111000010011111100111111 | cde13f3fcde13f3f |
UTF-8 | 浴녶뮟浴녺쳼 | 111001101011010110110100111010111000010110110110111010111010111010011111111001101011010110110100111010111000010110111010111011001011001110111100 | e6b5b4eb85b6ebae9fe6b5b4eb85baecb3bc |
UHC | 浴녶뮟浴녺쳼 | 111010011011000110000110111001011001001010101011111010011011000110000110111001111010101110011111 | e9b186e592abe9b186e7ab9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)