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 | ??痴? | 0011111100111111100100100111001100111111 | 3f3f92733f |
EUC-JP | 澔?痴? | 10001111110010001110110000111111110000111101010000111111 | 8fc8ec3fc3d43f |
UTF-8 | 澔뫄痴뤊 | 111001101011111010010100111010111010101110000100111001111001011110110100111010111010010010001010 | e6be94ebab84e797b4eba48a |
UHC | 澔뫄痴뤊 | 1111101111001011101110001111101011110110110000011000111110111010 | fbcbb8faf6c18fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)