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 | 褓り汽 | 111001011110111010000010111010001000101101000100 | e5ee82e88b44 |
EUC-JP | 褓り汽 | 111010101111000010100100111010101011010110100101 | eaf0a4eab5a5 |
UTF-8 | 褓り汽 | 111010001010010010010011111000111000001010001010111001101011000110111101 | e8a493e3828ae6b1bd |
UHC | 褓り汽 | 110111001100111010101010111010101101000110101001 | dcceaaead1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)