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 | 綮冗宇薐 | 1110001101011010100011111110011110001001010001101110010101010010 | e35a8fe78946e552 |
EUC-JP | 綮冗宇薐 | 1110010110111011101111101110100110110001101001111110100110110011 | e5bbbee9b1a7e9b3 |
UTF-8 | 綮冗宇薐 | 111001111011011010101110111001011000011010010111111001011010111010000111111010001001011010010000 | e7b6aee58697e5ae87e89690 |
UHC | ?冗宇? | 001111111110100110110111111010011101010000111111 | 3fe9b7e9d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)