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 | ??氏筵 | 001111110011111110001110100000011110001010100101 | 3f3f8e81e2a5 |
EUC-JP | ??氏筵 | 001111110011111110111011111000011110010010100111 | 3f3fbbe1e4a7 |
UTF-8 | 롅렎氏筵 | 111010111010000110000101111010111010000010001110111001101011000010001111111001111010110110110101 | eba185eba08ee6b08fe7adb5 |
UHC | 롅렎氏筵 | 1000111011001011100011101010010011100100101010111110011011011101 | 8ecb8ea4e4abe6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)