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 | 譓ムタ | 111110111010101111010001111101011101100011000000 | fbabd1f5d8c0 |
EUC-JP | 譓ム?タ | 1000111111011110110010111000111011010001001111111000111011000000 | 8fdecb8ed13f8ec0 |
UTF-8 | 譓ムタ | 111010001010110110010011111011111011111010010001111011101001000110000011111011111011111010000000 | e8ad93efbe91ee9183efbe80 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)