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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 怏??阿 | 100111001000100100111111001111111000100010100010 | 9c893f3f88a2 |
EUC-JP | 怏??阿 | 110101111110100100111111001111111011000010100100 | d7e93f3fb0a4 |
UTF-8 | 怏귝돧阿 | 111001101000000010001111111010101011011110011101111010111000111110100111111010011001100010111111 | e6808feab79deb8fa7e998bf |
UHC | 怏귝돧阿 | 1110010011101000100000101110011010001001101010111110010010111001 | e4e882e689abe4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)