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 | ???魚ら? | 0011111100111111001111111000101110011011100000101110011100111111 | 3f3f3f8b9b82e73f |
EUC-JP | ???魚ら? | 0011111100111111001111111011010111111011101001001110100100111111 | 3f3f3fb5fba4e93f |
UTF-8 | 樂롥칯魚ら뒟 | 111011111010011010111111111010111010000110100101111011001011100110101111111010011010110110011010111000111000001010001001111010111001001010011111 | efa6bfeba1a5ecb9afe9ad9ae38289eb929f |
UHC | 樂롥칯魚ら뒟 | 111010001111100110001110111001011010111110000010111001011110000010101010111010011000101010011011 | e8f98ee5af82e5e0aae98a9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)