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 | ?℡?節?? | 0011111110000111100001000011111110010000110111110011111100111111 | 3f87843f90df3f3f |
EUC-JP | 饔??節?? | 100011111110100011101111001111110011111111000000111000010011111100111111 | 8fe8ef3f3fc0e13f3f |
UTF-8 | 饔℡퉶節븝슝 | 111010011010010110010100111000101000010010100001111011011000100110110110111001111010111110000000111010111011100010011101111011001000101010011101 | e9a594e284a1ed89b6e7af80ebb89dec8a9d |
UHC | 饔℡퉶節븝슝 | 111010001011110110100010111001011011100110001110111011111011110110111010111011111011110110111001 | e8bda2e5b98eefbdbaefbdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)