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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??瀁 | 00111111001111111110000001100110 | 3f3fe066 |
EUC-JP | ??瀁 | 00111111001111111101111111000111 | 3f3fdfc7 |
UTF-8 | 롒렔瀁 | 111010111010000110010010111010111010000010010100111001111000000010000001 | eba192eba094e78081 |
UHC | 롒렔瀁 | 100011101101011110001110101010011110010111001000 | 8ed78ea9e5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)