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 | 鈺?К節e? | 11111011110001000011111110000100010010111001000011011111100000101000010100111111 | fbc43f844b90df82853f |
EUC-JP | 鈺?К節e? | 1000111111100011110101010011111110100111101011001100000011100001101000111110010100111111 | 8fe3d53fa7acc0e1a3e53f |
UTF-8 | 鈺싩К節e뵵 | 1110100110001000101110101110110010001011101010011101000010011010111001111010111110000000111011111011110110000101111010111011010110110101 | e988baec8ba9d09ae7af80efbd85ebb5b5 |
UHC | 鈺싩К節e뵵 | 111010001010110110011010111001111010110010101100111011111011110110100011111001011001010010110011 | e8ad9ae7acacefbda3e594b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)