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 | 止?陰?駿? | 100011100111111000111111100010010100000100111111100011110111100000111111 | 8e7e3f89413f8f783f |
EUC-JP | 止?陰?駿? | 101110111101111100111111101100011010001000111111101111011101100100111111 | bbdf3fb1a23fbdd93f |
UTF-8 | 止렲陰렊駿렏 | 111001101010110110100010111010111010000010110010111010011001100110110000111010111010000010001010111010011010011110111111111010111010000010001111 | e6ada2eba0b2e999b0eba08ae9a7bfeba08f |
UHC | 止렲陰렊駿렏 | 111100101010110110001110101111111110101111100100100011101010000111110001111001111000111010100101 | f2ad8ebfebe48ea1f1e78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)