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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????氓? | 00111111001111110011111100111111100111111000001000111111 | 3f3f3f3f9f823f |
EUC-JP | ????氓? | 00111111001111110011111100111111110111011110001000111111 | 3f3f3f3fdde23f |
UTF-8 | 롇렗뤗쳩氓픃 | 111010111010000110000111111010111010000010010111111010111010010010010111111011001011001110101001111001101011000010010011111011011001010010000011 | eba187eba097eba497ecb3a9e6b093ed9483 |
UHC | 롇렗뤗쳩氓픃 | 100011101100110110001110101011001000111111000111101010111000111011011000111011001100000001000110 | 8ecd8eac8fc7ab8ed8ecc046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)