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 | 止???衆? | 1000111001111110001111110011111100111111100011110100111100111111 | 8e7e3f3f3f8f4f3f |
EUC-JP | 止?栯?衆? | 10111011110111110011111110001111110000111101001000111111101111011011000000111111 | bbdf3f8fc3d23fbdb03f |
UTF-8 | 止렜栯렠衆렢 | 111001101010110110100010111010111010000010011100111001101010000010101111111010111010000010100000111010001010000110000110111010111010000010100010 | e6ada2eba09ce6a0afeba0a0e8a186eba0a2 |
UHC | 止렜栯렠衆렢 | 111100101010110110001110101011101110100111110001100011101011000111110001111010111000111010110011 | f2ad8eaee9f18eb1f1eb8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)