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 | 孰腺洵菽 | 1001101101111000100100010100001010011111101010111110010011000001 | 9b7891429fabe4c1 |
EUC-JP | 孰腺洵菽 | 1101010111011001110000011010001111011110101011011110100011000011 | d5d9c1a3deade8c3 |
UTF-8 | 孰腺洵菽 | 111001011010110110110000111010001000010110111010111001101011010010110101111010001000111110111101 | e5adb0e885bae6b4b5e88fbd |
UHC | 孰腺洵菽 | 1110001011010101111000001100110111100010111001111110001011011101 | e2d5e0cde2e7e2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)