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 | 要ゆ?汝?┐ | 10010111011101101000001011100100001111111001001111110000001111111000010010100010 | 977682e43f93f03f84a2 |
EUC-JP | 要ゆ?汝?┐ | 11001101110101111010010011100110001111111100011011110010001111111010100010100100 | cdd7a4e63fc6f23fa8a4 |
UTF-8 | 要ゆ첁汝잌┐ | 111010001010011010000001111000111000001010000110111011001011001010000001111001101011000110011101111011001001111010001100111000101001010010010000 | e8a681e38286ecb281e6b19dec9e8ce29490 |
UHC | 要ゆ첁汝잌┐ | 111010011010100110101010111001101010101010001110111001101010001110011111111001011010011010100100 | e9a9aae6aa8ee6a39fe5a6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)