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 | 将茖゚宵ウ召 | 10001111101010111110010010100001110111111000111110101010101100111000111110100010 | 8fabe4a1df8faab38fa2 |
EUC-JP | 将茖゚宵ウ召 | 101111101010110111101000101000111000111011011111101111101010110010001110101100111011111010100100 | beade8a38edfbeac8eb3bea4 |
UTF-8 | 将茖゚宵ウ召 | 111001011011000010000110111010001000110010010110111011111011111010011111111001011010111010110101111011111011110110110011111001011000111110101100 | e5b086e88c96efbe9fe5aeb5efbdb3e58fac |
UHC | ???宵?召 | 0011111100111111001111111110000110110010001111111110000110101111 | 3f3f3fe1b23fe1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)