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 | Ͱӡ^ | 100011101100110110001110101100001000111011010011100011101010000101011110 | 8ecd8eb08ed38ea15e |
SJIS-WIN | ???°????^ | 00111111001111110011111110000001100010110011111100111111001111110011111101011110 | 3f3f3f818b3f3f3f3f5e |
EUC-JP | ?Í?°?Ó?¡^ | 00111111100011111010101010111111001111111010000111101011001111111000111110101010110100010011111110001111101000101100001001011110 | 3f8faabf3fa1eb3f8faad13f8fa2c25e |
UTF-8 | Ͱӡ^ | 1100001010001110110000111000110111000010100011101100001010110000110000101000111011000011100100111100001010001110110000101010000101011110 | c28ec38dc28ec2b0c28ec393c28ec2a15e |
UHC | ???°???¡^ | 0011111100111111001111111010000111000110001111110011111100111111101000101010111001011110 | 3f3f3fa1c63f3f3fa2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)