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 | 邨ろク罷羽 | 111001111011010110000010111010111011100010010100111010111111101110010010 | e7b582ebb894ebfb92 |
EUC-JP | 邨ろク罷? | 111011101011011110100100111011011000111010111000110010001110110100111111 | eeb7a4ed8eb8c8ed3f |
UTF-8 | 邨ろク罷羽 | 111010011000001010101000111000111000001010001101111011111011110110111000111001111011110110110111111011111010100010011110 | e982a8e3828defbdb8e7bdb7efa89e |
UHC | 邨ろ?罷? | 1111010110111110101010101110110100111111111101111111001100111111 | f5beaaed3ff7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)