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 | ???辱?? | 00111111001111110011111110010000010010100011111100111111 | 3f3f3f904a3f3f |
EUC-JP | 獐??辱?? | 100011111100101110111010001111110011111110111111101010110011111100111111 | 8fcbba3f3fbfab3f3f |
UTF-8 | 獐놅쉠辱잞스 | 111001111000110110010000111010111000011010000101111011001000100110100000111010001011111010110001111011001001111010011110111011001000101010100100 | e78d90eb8685ec89a0e8beb1ec9e9eec8aa4 |
UHC | 獐놅쉠辱잞스 | 111011011110111110000110111011111011110110101010111010011011010010011111111011111011110110111010 | edef86efbdaae9b49fefbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)