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 | シ眈メセタ漆 | 1011110011100001101111001101001010111110110000001000111010111101 | bce1bcd2bec08ebd |
EUC-JP | シ眈メセタ漆 | 100011101011110011100010101111101000111011010010100011101011111010001110110000001011110010111111 | 8ebce2be8ed28ebe8ec0bcbf |
UTF-8 | シ眈メセタ漆 | 111011111011110110111100111001111001110010001000111011111011111010010010111011111011110110111110111011111011111010000000111001101011110010000110 | efbdbce79c88efbe92efbdbeefbe80e6bc86 |
UHC | ?眈???漆 | 0011111111110111101011110011111100111111001111111111011011010100 | 3ff7af3f3f3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)