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 | 剰湜テチ | 100011111110100011111011010001111100001111000001 | 8fe8fb47c3c1 |
EUC-JP | 剰湜テチ | 101111101110101010001111110001111111110010001110110000111000111011000001 | beea8fc7fc8ec38ec1 |
UTF-8 | 剰湜テチ | 111001011000100110110000111001101011100110011100111011111011111010000011111011111011111010000001 | e589b0e6b99cefbe83efbe81 |
UHC | ?湜?? | 0011111111100011110101110011111100111111 | 3fe3d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)