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 | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | セャ質セォ蔀LB | 10111110101011001000111010111111101111101010101110001110110000010100110001000010 | beac8ebfbeab8ec14c42 |
EUC-JP | セャ質セォ蔀LB | 1000111010111110100011101010110010111100110000011000111010111110100011101010101110111100110000110100110001000010 | 8ebe8eacbcc18ebe8eabbcc34c42 |
UTF-8 | セャ質セォ蔀LB | 1110111110111101101111101110111110111101101011001110100010110011101010101110111110111101101111101110111110111101101010111110100010010100100000000100110001000010 | efbdbeefbdace8b3aaefbdbeefbdabe894804c42 |
UHC | ??質???LB | 001111110011111111110010111101010011111100111111001111110100110001000010 | 3f3ff2f53f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)