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 | 霽????? | 11101000110001110011111100111111001111110011111100111111 | e8c73f3f3f3f3f |
EUC-JP | 霽?栯??泮 | 1111000011001001001111111000111111000011110100100011111100111111100011111100011110101000 | f0c93f8fc3d23f3f8fc7a8 |
UTF-8 | 霽렱栯계렊泮 | 111010011001110010111101111010111010000010110001111001101010000010101111111010101011001110000100111010111010000010001010111001101011001110101110 | e99cbdeba0b1e6a0afeab384eba08ae6b3ae |
UHC | 霽렱栯계렊泮 | 111100001011100010001110101111101110100111110001101100001110100010001110101000011101101011101010 | f0b88ebee9f1b0e88ea1daea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)