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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??羹??羹B | 001111110011111111100011101110110011111100111111111000111011101101000010 | 3f3fe3bb3f3fe3bb42 |
EUC-JP | ??羹??羹B | 001111110011111111100110101111010011111100111111111001101011110101000010 | 3f3fe6bd3f3fe6bd42 |
UTF-8 | 룶깻羹룶깻羹B | 11101011101000111011011011101010101110011011101111100111101111101011100111101011101000111011011011101010101110011011101111100111101111101011100101000010 | eba3b6eab9bbe7beb9eba3b6eab9bbe7beb942 |
UHC | 룶깻羹룶깻羹B | 10001111101010111011001010100010110010111101100010001111101010111011001010100010110010111101100001000010 | 8fabb2a2cbd88fabb2a2cbd842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)