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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瀨疾釥 | 111110110101000010001110101111101111101111000000 | fb508ebefbc0 |
EUC-JP | ?疾釥 | 001111111011110011000000100011111110001110101011 | 3fbcc08fe3ab |
UTF-8 | 瀨疾釥 | 111001111000000010101000111001111001011010111110111010011000011110100101 | e780a8e796bee987a5 |
UHC | 瀨疾? | 1101011011101110111100101111000000111111 | d6eef2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)