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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陰?e堰? | 1000100101000001001111111000001010000101100010011000000100111111 | 89413f828589813f |
EUC-JP | 陰?e堰? | 1011000110100010001111111010001111100101101100011110000100111111 | b1a23fa3e5b1e13f |
UTF-8 | 陰뀄e堰뾔 | 111010011001100110110000111010111000000010000100111011111011110110000101111001011010000010110000111010111011111010010100 | e999b0eb8084efbd85e5a0b0ebbe94 |
UHC | 陰뀄e堰뾔 | 11101011111001001011001011101101101000111110010111100101111010001011101111001110 | ebe4b2eda3e5e5e8bbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)