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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蒼箏 | 0011111110010001100100111110001010110101 | 3f9193e2b5 |
EUC-JP | ?蒼箏 | 0011111111000001111100111110010010110111 | 3fc1f3e4b7 |
UTF-8 | 렱蒼箏 | 111010111010000010110001111010001001001010111100111001111010111010001111 | eba0b1e892bce7ae8f |
UHC | 렱蒼箏 | 100011101011111011110011111011111110111010110100 | 8ebef3efeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)