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 | 治鰲蒔霎識 | 111100011111100010001110101000011110100111100000100011101010101011101000101111101000111010101111 | f1f88ea1e9e08eaae8be8eaf |
EUC-JP | ?治鰲蒔霎識 | 0011111110111100101000111111001011100010101111001010110011110000110000001011110010110001 | 3fbca3f2e2bcacf0c0bcb1 |
UTF-8 | 治鰲蒔霎識 | 111011101000010110110011111001101011001010111011111010011011000010110010111010001001001010010100111010011001110010001110111010001010110110011000 | ee85b3e6b2bbe9b0b2e89294e99c8ee8ad98 |
UHC | ?治鰲蒔?識 | 00111111111101101011110111101000101001111110001111001000001111111110001111011011 | 3ff6bde8a7e3c83fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)