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 | ³Û¾ÅÀ | 1000111010110011100011101101101110111110110001011000111111000000 | 8eb38edbbec58fc0 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???Û?Å?À | 0011111100111111001111111000111110101010111001010011111110001111101010101010100100111111100011111010101010100010 | 3f3f3f8faae53f8faaa93f8faaa2 |
UTF-8 | ³Û¾ÅÀ | 11000010100011101100001010110011110000101000111011000011100110111100001010111110110000111000010111000010100011111100001110000000 | c28ec2b3c28ec39bc2bec385c28fc380 |
UHC | ?³??¾??? | 00111111101010011111100000111111001111111010100011111010001111110011111100111111 | 3fa9f83f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)