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 | 畏т?科 | 10001000110110001000010010000100001111111000100111001000 | 88d884843f89c8 |
EUC-JP | 畏т?科 | 10110000110110101010011111100100001111111011001011001010 | b0daa7e43fb2ca |
UTF-8 | 畏т튉科 | 1110011110010101100011111101000110000010111011011000101010001001111001111010011110010001 | e7958fd182ed8a89e7a791 |
UHC | 畏т튉科 | 1110100011100110101011001110010010111001100111011100111010100001 | e8e6ace4b99dcea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)