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 | 筌?,議? | 1110001010100011001111111000000101000011100010110110001100111111 | e2a33f81438b633f |
EUC-JP | 筌?,議? | 1110010010100101001111111010000110100100101101011100010000111111 | e4a53fa1a4b5c43f |
UTF-8 | 筌곷,議낦 | 111001111010110110001100111010101011001110110111111011111011110010001100111010001010110110110000111010111000001010100110 | e7ad8ceab3b7efbc8ce8adb0eb82a6 |
UHC | 筌곷,議낦 | 11101111101001111000000111101011101000111010110011101100101000011000011001000010 | efa781eba3aceca18642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)