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 | 逕瀧興 | 111001111001010010010001111010111000101110111011 | e79491eb8bbb |
EUC-JP | 逕瀧興 | 111011011111010011000010111011011011011010111101 | edf4c2edb6bd |
UTF-8 | 逕瀧興 | 111010011000000010010101111001111000000010100111111010001000100010001000 | e98095e780a7e88888 |
UHC | 逕瀧興 | 110011001110111111010110111010011111110111101001 | ccefd6e9fde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)