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 | セォ射樵ィ | 10111110101010111000111011001011100011111011111110101000 | beab8ecb8fbfa8 |
EUC-JP | セォ射樵ィ | 10001110101111101000111010101011101111001100110110111110110000011000111010101000 | 8ebe8eabbccdbec18ea8 |
UTF-8 | セォ射樵ィ | 111011111011110110111110111011111011110110101011111001011011000010000100111001101010100010110101111011111011110110101000 | efbdbeefbdabe5b084e6a8b5efbda8 |
UHC | ??射樵? | 00111111001111111101111011010010111101011010001100111111 | 3f3fded2f5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)