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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??痴闇 | 001111110011111110010010011100111000100011000101 | 3f3f927388c5 |
EUC-JP | 澔?痴闇 | 1000111111001000111011000011111111000011110101001011000011000111 | 8fc8ec3fc3d4b0c7 |
UTF-8 | 澔뫄痴闇 | 111001101011111010010100111010111010101110000100111001111001011110110100111010011001011110000111 | e6be94ebab84e797b4e99787 |
UHC | 澔뫄痴闇 | 1111101111001011101110001111101011110110110000011110010011100001 | fbcbb8faf6c1e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)