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 | ???揖?┥ | 0011111100111111001111111001011101001011001111111000010010111100 | 3f3f3f974b3f84bc |
EUC-JP | ???揖?┥ | 0011111100111111001111111100110110101100001111111010100010111110 | 3f3f3fcdac3fa8be |
UTF-8 | 劣꾨쨪揖댐┥ | 111011111010011010011101111010101011111010101000111011001010100010101010111001101000111110010110111010111000110010010000111000101001010010100101 | efa69deabea8eca8aae68f96eb8c90e294a5 |
UHC | 劣꾨쨪揖댐┥ | 111001101110101110000100111010111010010010000100111010111110011110110100111011111010011010111110 | e6eb84eba484ebe7b4efa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)