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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?藪?\ | 0011111111100101010011010011111101011100 | 3fe54d3f5c |
EUC-JP | ?藪?\ | 0011111111101001101011100011111101011100 | 3fe9ae3f5c |
UTF-8 | 뷦藪솚\ | 11101011101101111010011011101000100101111010101011101100100001101001101001011100 | ebb7a6e897aaec869a5c |
UHC | 뷦藪솚\ | 10010101010100011110001010111111100110011001100001011100 | 9551e2bf99985c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)