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 | 、諶ー式煆 | 11110001111000101010010011111011101010101011000010001110101011101111101101010110 | f1e2a4fbaab08eaefb56 |
EUC-JP | ?、諶ー式煆 | 00111111100011101010010010001111110111101011010110001110101100001011110010110000100011111100100111110100 | 3f8ea48fdeb58eb0bcb08fc9f4 |
UTF-8 | 、諶ー式煆 | 111011101000010110011101111011111011110110100100111010001010101110110110111011111011110110110000111001011011110010001111111001111000010110000110 | ee859defbda4e8abb6efbdb0e5bc8fe78586 |
UHC | ??諶?式? | 0011111100111111111001001010011000111111111000111101001000111111 | 3f3fe4a63fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)