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 | 牴狃蓚牴 | 1110000010110000111000001011101111100100111010011110000010110000 | e0b0e0bbe4e9e0b0 |
EUC-JP | 牴狃蓚牴 | 1110000010110010111000001011110111101000111010111110000010110010 | e0b2e0bde8ebe0b2 |
UTF-8 | 牴狃蓚牴 | 111001111000100110110100111001111000101110000011111010001001001110011010111001111000100110110100 | e789b4e78b83e8939ae789b4 |
UHC | ??蓚? | 0011111100111111111000101011111000111111 | 3f3fe2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)