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 | ソシラ馼ソシ | 10111111101111001101011111101001011010001011111110111100 | bfbcd7e968bfbc |
EUC-JP | ソシラ馼ソシ | 100011101011111110001110101111001000111011010111111100011100100110001110101111111000111010111100 | 8ebf8ebc8ed7f1c98ebf8ebc |
UTF-8 | ソシラ馼ソシ | 111011111011110110111111111011111011110110111100111011111011111010010111111010011010011010111100111011111011110110111111111011111011110110111100 | efbdbfefbdbcefbe97e9a6bcefbdbfefbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)