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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 帳??橈?? | 1001001010100000001111110011111110011110111101000011111100111111 | 92a03f3f9ef43f3f |
EUC-JP | 帳??橈?? | 1100010010100010001111110011111111011100111101100011111100111111 | c4a23f3fdcf63f3f |
UTF-8 | 帳쒙푽橈묌뜄 | 111001011011100010110011111011001001001010011001111011011001000110111101111001101010100110001000111010111010110010001100111010111001110010000100 | e5b8b3ec9299ed91bde6a988ebac8ceb9c84 |
UHC | 帳쒙푽橈묌뜄 | 111011011110001110011100111011111011111010001000111010001111101010010001111010011000110110001000 | ede39cefbe88e8fa91e98d88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)