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 | ??ビ??閘 | 0011111100111111100000110111001000111111001111111110100001111101 | 3f3f83723f3fe87d |
EUC-JP | ??ビ??閘 | 0011111100111111101001011101001100111111001111111110111111011110 | 3f3fa5d33f3fefde |
UTF-8 | 룫콓ビ룵끼閘 | 111010111010001110101011111011001011110110010011111000111000001110010011111010111010001110110101111010111000000110111100111010011001011010011000 | eba3abecbd93e38393eba3b5eb81bce99698 |
UHC | 룫콓ビ룵끼閘 | 100011111010001010110001100011111010101111010011100011111010101010110011101000101100101110100110 | 8fa2b18fabd38faab3a2cba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)