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 | 訷夭摺遏 | 1111101110100100100110101110111010010000101000001110011110011111 | fba49aee90a0e79f |
EUC-JP | 訷夭摺遏 | 100011111101110111010100110101001111000011000000101000101110111010100001 | 8fddd4d4f0c0a2eea1 |
UTF-8 | 訷夭摺遏 | 111010001010100010110111111001011010010010101101111001101001000110111010111010011000000110001111 | e8a8b7e5a4ade691bae9818f |
UHC | ?夭摺? | 001111111110100011101100111011111100100100111111 | 3fe8ecefc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)