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 | 甕??饒? | 11100001010100000011111100111111111010010110000000111111 | e1503f3fe9603f |
EUC-JP | 甕??饒? | 11100001101100010011111100111111111100011100000100111111 | e1b13f3ff1c13f |
UTF-8 | 甕욃뮀饒롨 | 111001111001010010010101111011001001101010000011111010111010111010000000111010011010010110010010111010111010000110101000 | e79495ec9a83ebae80e9a592eba1a8 |
UHC | 甕욃뮀饒롨 | 11101000101110001001111011100101100100101000111111101001101011101000111011101000 | e8b89ee5928fe9ae8ee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)