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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 輊軫怕x | 11100111011010001110011101100110100111001000011001111000 | e768e7669c8678 |
EUC-JP | 輊軫怕x | 11101101110010011110110111000111110101111110011001111000 | edc9edc7d7e678 |
UTF-8 | 輊軫怕x | 11101000101111001000101011101000101110111010101111100110100000001001010101111000 | e8bc8ae8bbabe6809578 |
UHC | ?軫?x | 0011111111110010111000100011111101111000 | 3ff2e23f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)