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 | 訛??闇 | 111001100110000100111111001111111000100011000101 | e6613f3f88c5 |
EUC-JP | 訛??闇 | 111010111100001000111111001111111011000011000111 | ebc23f3fb0c7 |
UTF-8 | 訛손셋闇 | 111010001010100010011011111011001000011010010000111011001000010110001011111010011001011110000111 | e8a89bec8690ec858be99787 |
UHC | 訛손셋闇 | 1110100011000101101111001101010110111100110000101110010011100001 | e8c5bcd5bcc2e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)