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 | ??氏繰 | 001111110011111110001110100000011000110001001010 | 3f3f8e818c4a |
EUC-JP | ??氏繰 | 001111110011111110111011111000011011011110101011 | 3f3fbbe1b7ab |
UTF-8 | 렳렔氏繰 | 111010111010000010110011111010111010000010010100111001101011000010001111111001111011100110110000 | eba0b3eba094e6b08fe7b9b0 |
UHC | 렳렔氏繰 | 1000111011000000100011101010100111100100101010111111000011011011 | 8ec08ea9e4abf0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)