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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 菽僊菽僊 | 1110010011000001100110010100000111100100110000011001100101000001 | e4c19941e4c19941 |
EUC-JP | 菽僊菽僊 | 1110100011000011110100011010001011101000110000111101000110100010 | e8c3d1a2e8c3d1a2 |
UTF-8 | 菽僊菽僊 | 111010001000111110111101111001011000001110001010111010001000111110111101111001011000001110001010 | e88fbde5838ae88fbde5838a |
UHC | 菽僊菽僊 | 1110001011011101111000001011101011100010110111011110000010111010 | e2dde0bae2dde0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)