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 | 逸?窩? | 100010001110110100111111111000100111110000111111 | 88ed3fe27c3f |
EUC-JP | 逸?窩? | 101100001110111100111111111000111101110100111111 | b0ef3fe3dd3f |
UTF-8 | 逸렏窩㎓ | 111010011000000010111000111010111010000010001111111001111010101010101001111000111000111010010011 | e980b8eba08fe7aaa9e38e93 |
UHC | 逸렏窩㎓ | 1110110011101111100011101010010111101000110000001010011111010111 | ecef8ea5e8c0a7d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)