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 | ûº꡷ | 1111101111000010100011101011101011101010101000011000111010110111 | fbc28ebaeaa18eb7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ûÂ?ºê¡?? | 100011111010101111100101100011111010101010100100001111111000111110100010111010111000111110101011101101001000111110100010110000100011111100111111 | 8fabe58faaa43f8fa2eb8fabb48fa2c23f3f |
UTF-8 | ûº꡷ | 11000011101110111100001110000010110000101000111011000010101110101100001110101010110000101010000111000010100011101100001010110111 | c3bbc382c28ec2bac3aac2a1c28ec2b7 |
UHC | ???º?¡?· | 0011111100111111001111111010100010101100001111111010001010101110001111111010000110100100 | 3f3f3fa8ac3fa2ae3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)