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 | 菫卓丙テ | 11100100101111111001000111101100100101011011100011000011 | e4bf91ec95b8c3 |
EUC-JP | 菫卓丙テ | 1110100011000001110000101110111011001010101110101000111011000011 | e8c1c2eecaba8ec3 |
UTF-8 | 菫卓丙テ | 111010001000111110101011111001011000110110010011111001001011100010011001111011111011111010000011 | e88fabe58d93e4b899efbe83 |
UHC | 菫卓丙? | 11010000110010111111011011110001110111001011000000111111 | d0cbf6f1dcb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)