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 | 歪??節?К | 100110000110001100111111001111111001000011011111001111111000010001001011 | 98633f3f90df3f844b |
EUC-JP | 歪??節?К | 110011111100010000111111001111111100000011100001001111111010011110101100 | cfc43f3fc0e13fa7ac |
UTF-8 | 歪귛넇節곁К | 1110011010101101101010101110101010110111100110111110101110000100100001111110011110101111100000001110101010110011100000011101000010011010 | e6adaaeab79beb8487e7af80eab381d09a |
UHC | 歪귛넇節곁К | 111010001110000010000010111001011000011010010111111011111011110110110000111001111010110010101100 | e8e082e58697efbdb0e7acac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)