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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娼ー将薀宵粹 | 1000111110101001101100001000111110101011111001010100010010001111101010101110001011101101 | 8fa9b08fabe5448faae2ed |
EUC-JP | 娼ー将薀宵粹 | 101111101010101110001110101100001011111010101101111010011010010110111110101011001110010011101111 | beab8eb0beade9a5beace4ef |
UTF-8 | 娼ー将薀宵粹 | 111001011010100010111100111011111011110110110000111001011011000010000110111010001001011010000000111001011010111010110101111001111011001010111001 | e5a8bcefbdb0e5b086e89680e5aeb5e7b2b9 |
UHC | 娼???宵粹 | 111100111101111000111111001111110011111111100001101100101110001010110110 | f3de3f3f3fe1b2e2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)