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 | ???こ∫ | 00111111001111110011111110000010101100011000000111100111 | 3f3f3f82b181e7 |
EUC-JP | ???こ∫ | 00111111001111110011111110100100101100111010001011101001 | 3f3f3fa4b3a2e9 |
UTF-8 | 룶뇟캀こ∫ | 111010111010001110110110111010111000011110011111111011001011101010000000111000111000000110010011111000101000100010101011 | eba3b6eb879fecba80e38193e288ab |
UHC | 룶뇟캀こ∫ | 10001111101010111011010010100001101011111000111110101010101100111010000111110010 | 8fabb4a1af8faab3a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)