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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讌灘ケセ | 111001101010010110010011111001011011100110111110 | e6a593e5b9be |
EUC-JP | 讌灘ケセ | 1110110010100111110001101110011110001110101110011000111010111110 | eca7c6e78eb98ebe |
UTF-8 | 讌灘ケセ | 111010001010111010001100111001111000000110011000111011111011110110111001111011111011110110111110 | e8ae8ce78198efbdb9efbdbe |
UHC | ?灘?? | 0011111111110111101010000011111100111111 | 3ff7a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)