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 | ?穡??? | 001111111110001001110000001111110011111100111111 | 3fe2703f3f3f |
EUC-JP | ?穡??? | 001111111110001111010001001111110011111100111111 | 3fe3d13f3f3f |
UTF-8 | 돨穡튤뤗법 | 111010111000111110101000111001111010100110100001111011011000101010100100111010111010010010010111111010111011001010010101 | eb8fa8e7a9a1ed8aa4eba497ebb295 |
UHC | 돨穡튤뤗법 | 10110101110001001101111111100010110001101010101110001111110001111011100111111101 | b5c4dfe2c6ab8fc7b9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)