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 | Û¡Û¡^ | 100011101101101110001110101000011000111011011011100011101010000101011110 | 8edb8ea18edb8ea15e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Û?¡?Û?¡^ | 0011111110001111101010101110010100111111100011111010001011000010001111111000111110101010111001010011111110001111101000101100001001011110 | 3f8faae53f8fa2c23f8faae53f8fa2c25e |
UTF-8 | Û¡Û¡^ | 1100001010001110110000111001101111000010100011101100001010100001110000101000111011000011100110111100001010001110110000101010000101011110 | c28ec39bc28ec2a1c28ec39bc28ec2a15e |
UHC | ???¡???¡^ | 0011111100111111001111111010001010101110001111110011111100111111101000101010111001011110 | 3f3f3fa2ae3f3f3fa2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)