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 | 漆邪丈タ釈鴫 | 1000111010111101100011101101011110001111111001001100000010001110110111111000111010110000 | 8ebd8ed78fe4c08edf8eb0 |
EUC-JP | 漆邪丈タ釈鴫 | 101111001011111110111100110110011011111011100110100011101100000010111100111000011011110010110010 | bcbfbcd9bee68ec0bce1bcb2 |
UTF-8 | 漆邪丈タ釈鴫 | 111001101011110010000110111010011000001010101010111001001011100010001000111011111011111010000000111010011000011110001000111010011011010010101011 | e6bc86e982aae4b888efbe80e98788e9b4ab |
UHC | 漆邪丈??? | 111101101101010011011110111101111110110111011011001111110011111100111111 | f6d4def7eddb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)