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 | ???孺?? | 00111111001111110011111110011011011111010011111100111111 | 3f3f3f9b7d3f3f |
EUC-JP | ???孺?ł | 001111110011111100111111110101011101111000111111100011111010100111001000 | 3f3f3fd5de3f8fa9c8 |
UTF-8 | 令⑹뇳孺끿ł | 1110111110100110101010001110001010010001101110011110101110000111101100111110010110101101101110101110101110000001101111111100010110000010 | efa6a8e291b9eb87b3e5adbaeb81bfc582 |
UHC | 令⑹뇳孺끿ł | 111001111010100110101001111011001000011110010111111010101110100010000101111001111010100110101001 | e7a9a9ec8797eae885e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)