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 | ?O?????O | 0011111101001111001111110011111100111111001111110011111101001111 | 3f4f3f3f3f3f3f4f |
SJIS-WIN | ?O?????O | 0011111101001111001111110011111100111111001111110011111101001111 | 3f4f3f3f3f3f3f4f |
EUC-JP | ?O?????O | 0011111101001111001111110011111100111111001111110011111101001111 | 3f4f3f3f3f3f3f4f |
UTF-8 | 혵O창쩔혳혷혵O | 1110110110011000101101010100111111101100101100001011110111101100101010011001010011101101100110001011001111101101100110001011011111101101100110001011010101001111 | ed98b54fecb0bdeca994ed98b3ed98b7ed98b54f |
UHC | 혵O창쩔혳혷혵O | 1100001010011100010011111100001110100010110000101011111111000010100110101100001010011110110000101001110001001111 | c29c4fc3a2c2bfc29ac29ec29c4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)