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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 箏蠇簔矣耨] | 11100010101101011111101110100001111101101011010011100010110000011110000111100001111000111101001101011101 | e2b5fba1f6b4e2c1e1e1e3d35d |
EUC-JP | 箏??簔矣耨] | 1110010010110111001111110011111111100100110000111110001011100011111001101101010101011101 | e4b73f3fe4c3e2e3e6d55d |
UTF-8 | 箏蠇簔矣耨] | 11100111101011101000111111101000101000001000011111101110100100111001101111100111101100001001010011100111100111111010001111101000100000001010100001011101 | e7ae8fe8a087ee939be7b094e79fa3e880a85d |
UHC | 箏???矣?] | 111011101011010000111111001111110011111111101011111110000011111101011101 | eeb43f3f3febf83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)