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 | 止驀?汀瓏? | 10001110011111101110100101111101001111111001001011110011111000001111101000111111 | 8e7ee97d3f92f3e0fa3f |
EUC-JP | 止驀?汀瓏? | 10111011110111111111000111011110001111111100010011110101111000001111110000111111 | bbdff1de3fc4f5e0fc3f |
UTF-8 | 止驀걋汀瓏렱 | 111001101010110110100010111010011010100110000000111010101011000110001011111001101011000110000000111001111001001110001111111010111010000010110001 | e6ada2e9a980eab18be6b180e7938feba0b1 |
UHC | 止驀걋汀瓏렱 | 111100101010110111011000111010011011000011000000111011111110001011010110111010101000111010111110 | f2add8e9b0c0efe2d6ea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)