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 | 永??釗e? | 100010010110100100111111001111111111101110111011100000101000010100111111 | 89693f3ffbbb82853f |
EUC-JP | 永??釗e? | 10110001110010100011111100111111100011111110001110100110101000111110010100111111 | b1ca3f3f8fe3a6a3e53f |
UTF-8 | 永띔퇌釗e렏 | 111001101011000010111000111010111001110110010100111011011000011110001100111010011000011110010111111011111011110110000101111010111010000010001111 | e6b0b8eb9d94ed878ce98797efbd85eba08f |
UHC | 永띔퇌釗e렏 | 111001111011010110110110111010101011011110011101111000011111001010100011111001011000111010100101 | e7b5b6eab79de1f2a3e58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)