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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 諸灘ョ咲朕B | 11111011101010011001001111100101101011101000110111100111100100101011110101000010 | fba993e5ae8de792bd42 |
EUC-JP | ?灘ョ咲朕B | 00111111110001101110011110001110101011101011101011101001110001001011111101000010 | 3fc6e78eaebae9c4bf42 |
UTF-8 | 諸灘ョ咲朕B | 11101111101010001010001011100111100000011001100011101111101111011010111011100101100100101011001011100110100111001001010101000010 | efa8a2e78198efbdaee592b2e69c9542 |
UHC | ?灘??朕B | 0011111111110111101010000011111100111111111100101111100101000010 | 3ff7a83f3ff2f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)