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 | セォ射樵ィ式 | 101111101010101110001110110010111000111110111111101010001000111010101110 | beab8ecb8fbfa88eae |
EUC-JP | セォ射樵ィ式 | 100011101011111010001110101010111011110011001101101111101100000110001110101010001011110010110000 | 8ebe8eabbccdbec18ea8bcb0 |
UTF-8 | セォ射樵ィ式 | 111011111011110110111110111011111011110110101011111001011011000010000100111001101010100010110101111011111011110110101000111001011011110010001111 | efbdbeefbdabe5b084e6a8b5efbda8e5bc8f |
UHC | ??射樵?式 | 001111110011111111011110110100101111010110100011001111111110001111010010 | 3f3fded2f5a33fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)