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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ暗陛閉ッ | 1100001110001000110000111001010111000011100101011100001010101111 | c388c395c395c2af |
EUC-JP | テ暗陛閉ッ | 10001110110000111011000011000101110010101100010111001010110001001000111010101111 | 8ec3b0c5cac5cac48eaf |
UTF-8 | テ暗陛閉ッ | 111011111011111010000011111001101001101010010111111010011001100110011011111010011001011010001001111011111011110110101111 | efbe83e69a97e9999be99689efbdaf |
UHC | ?暗陛閉? | 0011111111100100110111101111100011001110111110001100110100111111 | 3fe4def8cef8cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)