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 | 臓造即湛 | 1001000110011111100100011010001010010001101001101001001001011000 | 919f91a291a69258 |
EUC-JP | 臓造即湛 | 1100001010100001110000101010010011000010101010001100001110111001 | c2a1c2a4c2a8c3b9 |
UTF-8 | 臓造即湛 | 111010001000011110010011111010011000000010100000111001011000110110110011111001101011100110011011 | e88793e980a0e58db3e6b99b |
UHC | ?造?湛 | 001111111111000011100011001111111101001111000000 | 3ff0e33fd3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)