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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壬?俺?? | 10010000011100000011111110001001101101000011111100111111 | 90703f89b43f3f |
EUC-JP | 壬?俺?? | 10111111110100010011111110110010101101100011111100111111 | bfd13fb2b63f3f |
UTF-8 | 壬렑俺ㅼ렧 | 111001011010001110101100111010111010000010010001111001001011111110111010111000111000010110111100111010111010000010100111 | e5a3aceba091e4bfbae385bceba0a7 |
UHC | 壬렑俺ㅼ렧 | 11101100111100111000111010100110111001011110111110100100111011001000111010110110 | ecf38ea6e5efa4ec8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)