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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???穩??^ | 0011111100111111001111111110001001110010001111110011111101011110 | 3f3f3fe2723f3f5e |
EUC-JP | ???穩??^ | 0011111100111111001111111110001111010011001111110011111101011110 | 3f3f3fe3d33f3f5e |
UTF-8 | 療뤄숱穩뺧슁^ | 11101111101001111000000111101011101001001000010011101100100010001011000111100111101010011010100111101011101110101010011111101100100010101000000101011110 | efa781eba484ec88b1e7a9a9ebbaa7ec8a815e |
UHC | 療뤄숱穩뺧슁^ | 11101000111111101011011111101111101111011010001011101000101100011001010111101111101111011011001101011110 | e8feb7efbda2e8b195efbdb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)