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 | 湖?肛?趙龍 | 10001100110011100011111111100011111010000011111111100110111000101001011110110100 | 8cce3fe3e83fe6e297b4 |
EUC-JP | 湖?肛?趙龍 | 10111000110100000011111111100110111010100011111111101100111001001100111010110110 | b8d03fe6ea3fece4ceb6 |
UTF-8 | 湖렕肛렚趙龍 | 111001101011100110010110111010111010000010010101111010001000001010011011111010111010000010011010111010001011011010011001111010011011111010001101 | e6b996eba095e8829beba09ae8b699e9be8d |
UHC | 湖렕肛렚趙龍 | 111110111100100110001110101010101111100111111101100011101010110111110000111000011101011110100011 | fbc98eaaf9fd8eadf0e1d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)