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 | 玉??節ф? | 100010111100101000111111001111111001000011011111100001001000011000111111 | 8bca3f3f90df84863f |
EUC-JP | 玉??節ф? | 101101101100110000111111001111111100000011100001101001111110011000111111 | b6cc3f3fc0e1a7e63f |
UTF-8 | 玉붻듊節ф떯 | 1110011110001110100010011110101110110110101110111110101110010011100010101110011110101111100000001101000110000100111010111001011010101111 | e78e89ebb6bbeb938ae7af80d184eb96af |
UHC | 玉붻듊節ф떯 | 111010001010110010010100111010001000101010111101111011111011110110101100111001101000101110111111 | e8ac94e88abdefbdace68bbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)