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 | 跫ケ濶セ | 111001101110110110111001111010001000100110111110 | e6edb9e889be |
EUC-JP | 跫ケ濶セ | 1110110011101111100011101011100111101111111010011000111010111110 | ecef8eb9efe98ebe |
UTF-8 | 跫ケ濶セ | 111010001011011110101011111011111011110110111001111001101011111110110110111011111011110110111110 | e8b7abefbdb9e6bfb6efbdbe |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)