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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 嵬?????] | 1001101111001010001111110011111100111111001111110011111101011101 | 9bca3f3f3f3f3f5d |
EUC-JP | 嵬?????] | 1101011011001100001111110011111100111111001111110011111101011101 | d6cc3f3f3f3f3f5d |
UTF-8 | 嵬딅똻溜잙젒] | 11100101101101011010110011101011100101001000010111101011100110001011101111101111101001111000101111101100100111101001100111101100101000001001001001011101 | e5b5aceb9485eb98bbefa78bec9e99eca0925d |
UHC | 嵬딅똻溜잙젒] | 11101000111000111000101011101011100011001000000111101010111111101001111111101011101000001001000101011101 | e8e38aeb8c81eafe9feba0915d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)