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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?楡??楡?\ | 001111111001111010111110001111110011111110011110101111100011111101011100 | 3f9ebe3f3f9ebe3f5c |
EUC-JP | ?楡??楡?\ | 001111111101110011000000001111110011111111011100110000000011111101011100 | 3fdcc03f3fdcc03f5c |
UTF-8 | 챦楡쨘챦楡쨋\ | 11101100101100011010011011100110101001011010000111101100101010001001100011101100101100011010011011100110101001011010000111101100101010001000101101011100 | ecb1a6e6a5a1eca898ecb1a6e6a5a1eca88b5c |
UHC | 챦楡쨘챦楡쨋\ | 11000011101011111110101011111000110000101011101011000011101011111110101011111000110000101011011001011100 | c3afeaf8c2bac3afeaf8c2b65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)