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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汝?譽? | 100100111111000000111111111001101010001100111111 | 93f03fe6a33f |
EUC-JP | 汝?譽? | 110001101111001000111111111011001010010100111111 | c6f23feca53f |
UTF-8 | 汝쉣譽깁 | 111001101011000110011101111011001000100110100011111010001010110110111101111010101011100110000001 | e6b19dec89a3e8adbdeab981 |
UHC | 汝쉣譽깁 | 1110011010100011100110100111100011100111111000101011000111101001 | e6a39a78e7e2b1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)