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 | 辱??絶?? | 1001000001001010001111110011111110010000111000100011111100111111 | 904a3f3f90e23f3f |
EUC-JP | 辱??絶?? | 1011111110101011001111110011111111000000111001000011111100111111 | bfab3f3fc0e43f3f |
UTF-8 | 辱껆돇絶볩쉿 | 111010001011111010110001111010101011101110000110111010111000111110000111111001111011010110110110111010111011001110101001111011001000100110111111 | e8beb1eabb86eb8f87e7b5b6ebb3a9ec89bf |
UHC | 辱껆돇絶볩쉿 | 111010011011010010000011111001111000100110011000111011111011111010010011111011111011110110110010 | e9b483e78998efbe93efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)