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 | 烝?兆?伊? | 111000000111111000111111100100101001101100111111100010001100100100111111 | e07e3f929b3f88c93f |
EUC-JP | 烝?兆?伊? | 110111111101111100111111110000111111101100111111101100001100101100111111 | dfdf3fc3fb3fb0cb3f |
UTF-8 | 烝렮兆렞伊믈 | 111001111000001110011101111010111010000010101110111001011000010110000110111010111010000010011110111001001011110010001010111010111010111110001000 | e7839deba0aee58586eba09ee4bc8aebaf88 |
UHC | 烝렮兆렞伊믈 | 111100011111011010001110101110111111000010111100100011101010111111101100101001011011100111001001 | f1f68ebbf0bc8eafeca5b9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)