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 | ???_?| | 001111110011111100111111010111110011111101111100 | 3f3f3f5f3f7c |
SJIS-WIN | ???_?| | 001111110011111100111111010111110011111101111100 | 3f3f3f5f3f7c |
EUC-JP | ???_?| | 001111110011111100111111010111110011111101111100 | 3f3f3f5f3f7c |
UTF-8 | 찼쩔혳_찼| | 1110110010110000101111001110110010101001100101001110110110011000101100110101111111101100101100001011110001111100 | ecb0bceca994ed98b35fecb0bc7c |
UHC | 찼쩔혳_찼| | 11000011101000011100001010111111110000101001101001011111110000111010000101111100 | c3a1c2bfc29a5fc3a17c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)