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 | 癲??宥?┬ | 111000011001111100111111001111111001011101000111001111111000010010100110 | e19f3f3f97473f84a6 |
EUC-JP | 癲??宥?┬ | 111000101010000100111111001111111100110110101000001111111010100010101000 | e2a13f3fcda83fa8a8 |
UTF-8 | 癲얠띂宥롳┬ | 111001111001100110110010111011001001011010100000111010111001110110000010111001011010111010100101111010111010000110110011111000101001010010101100 | e799b2ec96a0eb9d82e5aea5eba1b3e294ac |
UHC | 癲얠띂宥롳┬ | 111011111010011010111110111011001000110110111101111010101110100110001110111011111010011010101000 | efa6beec8dbdeae98eefa6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)