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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 莨水オE | 11100100101111001001000010000101100000110100100101000101 | e4bc9085834945 |
EUC-JP | 莨水オE | 11101000101111101011111111100101101001011010101001000101 | e8bebfe5a5aa45 |
UTF-8 | 莨水オE | 11101000100011101010100011100110101100001011010011100011100000101010101001000101 | e88ea8e6b0b4e382aa45 |
UHC | ?水オE | 001111111110001010101001101010111010101001000101 | 3fe2a9abaa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)