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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踉瀧興 | 111001101111001010010001111010111000101110111011 | e6f291eb8bbb |
EUC-JP | 踉瀧興 | 111011001111010011000010111011011011011010111101 | ecf4c2edb6bd |
UTF-8 | 踉瀧興 | 111010001011100010001001111001111000000010100111111010001000100010001000 | e8b889e780a7e88888 |
UHC | ?瀧興 | 0011111111010110111010011111110111101001 | 3fd6e9fde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)