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 | ?蜈??蜈 | 00111111111001011000010100111111001111111110010110000101 | 3fe5853f3fe585 |
EUC-JP | ?蜈??蜈 | 00111111111010011110010100111111001111111110100111100101 | 3fe9e53f3fe9e5 |
UTF-8 | 댚蜈돍댚蜈 | 111010111000110010011010111010001001110010001000111010111000111110001101111010111000110010011010111010001001110010001000 | eb8c9ae89c88eb8f8deb8c9ae89c88 |
UHC | 댚蜈돍댚蜈 | 10001000101111101110100010100101100010011001101110001000101111101110100010100101 | 88bee8a5899b88bee8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)