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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 室鉦オ湿 | 111100001100000010001110101110101000111111011110101101011000111010111100 | f0c08eba8fdeb58ebc |
EUC-JP | ?室鉦オ湿 | 001111111011110010111100101111101110000010001110101101011011110010111110 | 3fbcbcbee08eb5bcbe |
UTF-8 | 室鉦オ湿 | 111011101000000110111111111001011010111010100100111010011000100110100110111011111011110110110101111001101011100110111111 | ee81bfe5aea4e989a6efbdb5e6b9bf |
UHC | ?室鉦?? | 00111111111000111111100011101111111110100011111100111111 | 3fe3f8effa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)