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 | 智?翁?毅? | 100100100111000100111111100010011010010100111111100010110100001000111111 | 92713f89a53f8b423f |
EUC-JP | 智?翁?毅? | 110000111101001000111111101100101010011100111111101101011010001100111111 | c3d23fb2a73fb5a33f |
UTF-8 | 智렱翁렮毅렒 | 111001101001100110111010111010111010000010110001111001111011111110000001111010111010000010101110111001101010111110000101111010111010000010010010 | e699baeba0b1e7bf81eba0aee6af85eba092 |
UHC | 智렱翁렮毅렒 | 111100101010101010001110101111101110100010111010100011101011101111101011111101101000111010100111 | f2aa8ebee8ba8ebbebf68ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)