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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???沅?? | 0011111100111111001111111000111111000110111010010011111100111111 | 3f3f3f8fc6e93f3f |
UTF-8 | 嶺뚮씮沅쏂슀 | 111011111010011010101011111010111001101010101110111011001001010010101110111001101011001010000101111011001000111110000010111011001000101010000000 | efa6abeb9aaeec94aee6b285ec8f82ec8a80 |
UHC | 嶺뚮씮沅쏂슀 | 111001111010110110001100111010111001110110111111111010101011011010011011111010001001101010010011 | e7ad8ceb9dbfeab69be89a93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)