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 | 映δ?潁?? | 100010010110011010000011110000100011111110011111111100010011111100111111 | 896683c23f9ff13f3f |
EUC-JP | 映δ?潁?? | 101100011100011110100110110001000011111111011110111100110011111100111111 | b1c7a6c43fdef33f3f |
UTF-8 | 映δ빱潁븀괘 | 1110011010011000101000001100111010110100111010111011100110110001111001101011110110000001111010111011100010000000111010101011010010011000 | e698a0ceb4ebb9b1e6bd81ebb880eab498 |
UHC | 映δ빱潁븀괘 | 111001111011000110100101111001001011101110100100111001111011100010111010111001111011000110100101 | e7b1a5e4bba4e7b8bae7b1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)