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 | ??淏?提? | 0011111100111111111110110100001000111111100100101111000100111111 | 3f3ffb423f92f13f |
EUC-JP | 澔?淏?提? | 1000111111001000111011000011111110001111110001111101100100111111110001001111001100111111 | 8fc8ec3f8fc7d93fc4f33f |
UTF-8 | 澔렗淏렜提렡 | 111001101011111010010100111010111010000010010111111001101011011110001111111010111010000010011100111001101000111110010000111010111010000010100001 | e6be94eba097e6b78feba09ce68f90eba0a1 |
UHC | 澔렗淏렜提렡 | 111110111100101110001110101011001111101111001000100011101010111011110000101010111000111010110010 | fbcb8eacfbc88eaef0ab8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)