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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?豸諶「セ | 00111111111001101011011011111011101010101010001010111110 | 3fe6b6fbaaa2be |
EUC-JP | 鉥豸諶「セ | 100011111110001111101000111011001011100010001111110111101011010110001110101000101000111010111110 | 8fe3e8ecb88fdeb58ea28ebe |
UTF-8 | 鉥豸諶「セ | 111010011000100110100101111010001011000110111000111010001010101110110110111011111011110110100010111011111011110110111110 | e989a5e8b1b8e8abb6efbda2efbdbe |
UHC | 鉥?諶?? | 11100010111111000011111111100100101001100011111100111111 | e2fc3fe4a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)