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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 智?翁?? | 10010010011100010011111110001001101001010011111100111111 | 92713f89a53f3f |
EUC-JP | 智?翁?釪 | 110000111101001000111111101100101010011100111111100011111110001110101101 | c3d23fb2a73f8fe3ad |
UTF-8 | 智렱翁렮釪 | 111001101001100110111010111010111010000010110001111001111011111110000001111010111010000010101110111010011000011110101010 | e699baeba0b1e7bf81eba0aee987aa |
UHC | 智렱翁렮釪 | 11110010101010101000111010111110111010001011101010001110101110111110100111101001 | f2aa8ebee8ba8ebbe9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)