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 | 鈼式溿治 | 1111101111000110100011101010111011111011010010101000111010100001 | fbc68eaefb4a8ea1 |
EUC-JP | 鈼式溿治 | 10001111111000111101011010111100101100001000111111001000101100011011110010100011 | 8fe3d6bcb08fc8b1bca3 |
UTF-8 | 鈼式溿治 | 111010011000100010111100111001011011110010001111111001101011101010111111111001101011001010111011 | e988bce5bc8fe6babfe6b2bb |
UHC | ?式?治 | 001111111110001111010010001111111111011010111101 | 3fe3d23ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)