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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???癲??? | 0011111100111111001111111110000110011111001111110011111100111111 | 3f3f3fe19f3f3f3f |
EUC-JP | ???癲??? | 0011111100111111001111111110001010100001001111110011111100111111 | 3f3f3fe2a13f3f3f |
UTF-8 | 溜좊죫癲뉖젾溜 | 111011111010011110001011111011001010001010001010111011001010001110101011111001111001100110110010111010111000100110010110111011001010000010111110111011111010011110001011 | efa78beca28aeca3abe799b2eb8996eca0beefa78b |
UHC | 溜좊죫癲뉖젾溜 | 1110101011111110101000001110101110100001100001101110111110100110100001111110101110100000101100001110101011111110 | eafea0eba186efa687eba0b0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)