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 | û¾û@¼ | 1111101111000010100011101011111011111011010000001000111010111100 | fbc28ebefb408ebc |
SJIS-WIN | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
EUC-JP | ûÂ??û@?? | 1000111110101011111001011000111110101010101001000011111100111111100011111010101111100101010000000011111100111111 | 8fabe58faaa43f3f8fabe5403f3f |
UTF-8 | û¾û@¼ | 110000111011101111000011100000101100001010001110110000101011111011000011101110110100000011000010100011101100001010111100 | c3bbc382c28ec2bec3bb40c28ec2bc |
UHC | ???¾?@?¼ | 00111111001111110011111110101000111110100011111101000000001111111010100011111001 | 3f3f3fa8fa3f403fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)