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 | 貞弄?霽? | 1001001011100101100110000100110100111111111010001100011100111111 | 92e5984d3fe8c73f |
EUC-JP | 貞弄?霽? | 1100010011100111110011111010111000111111111100001100100100111111 | c4e7cfae3ff0c93f |
UTF-8 | 貞弄狼霽렢 | 111010001011001010011110111001011011110010000100111011111010010010101011111010011001110010111101111010111010000010100010 | e8b29ee5bc84efa4abe99cbdeba0a2 |
UHC | 貞弄狼霽렢 | 11101111111101101101011011100111110100101010101011110000101110001000111010110011 | eff6d6e7d2aaf0b88eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)