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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鰀磁漆 | 1111110001000110100011101010010111110001111111001000111010111101 | fc468ea5f1fc8ebd |
EUC-JP | 鰀磁?漆 | 1000111111101011101001011011110010100111001111111011110010111111 | 8feba5bca73fbcbf |
UTF-8 | 鰀磁漆 | 111010011011000010000000111001111010001110000001111011101000010110110111111001101011110010000110 | e9b080e7a381ee85b7e6bc86 |
UHC | ?磁?漆 | 001111111110110110111000001111111111011011010100 | 3fedb83ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)