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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 讓ゎ嘗U | 11100110101010001000001011101100100011111010011001010101 | e6a882ec8fa655 |
EUC-JP | 讓ゎ嘗U | 11101100101010101010010011101110101111101010100001010101 | ecaaa4eebea855 |
UTF-8 | 讓ゎ嘗U | 11101000101011101001001111100011100000101000111011100101100110001001011101010101 | e8ae93e3828ee5989755 |
UHC | 讓ゎ嘗U | 11100101110100111010101011101110110111111100010001010101 | e5d3aaeedfc455 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)