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 | 壯??妖?? | 1001101011100001001111110011111110010111011001000011111100111111 | 9ae13f3f97643f3f |
EUC-JP | 壯??妖?? | 1101010011100011001111110011111111001101110001010011111100111111 | d4e33f3fcdc53f3f |
UTF-8 | 壯닻눈妖녽뮈 | 111001011010001110101111111010111000101110111011111010111000100010001000111001011010011010010110111010111000010110111101111010111010111010001000 | e5a3afeb8bbbeb8888e5a696eb85bdebae88 |
UHC | 壯닻눈妖녽뮈 | 111011011110000010110100111010011011010010101011111010001110110110000110111010011011100110111111 | ede0b4e9b4abe8ed86e9b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)