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 | 箋???雅 | 11100010101100110011111100111111001111111000100111101011 | e2b33f3f3f89eb |
EUC-JP | 箋???雅 | 11100100101101010011111100111111001111111011001011101101 | e4b53f3f3fb2ed |
UTF-8 | 箋됌몃퍠雅 | 111001111010111010001011111010111001000010001100111010111010101010000011111011011000110110100000111010011001101110000101 | e7ae8beb908cebaa83ed8da0e99b85 |
UHC | 箋됌몃퍠雅 | 11101111101010001000100111001110101110001110101110111011100101111110010010111010 | efa889ceb8ebbb97e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)