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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畑??爰? | 10010100101010000011111100111111111000001010011100111111 | 94a83f3fe0a73f |
EUC-JP | 畑??爰? | 11001000101010100011111100111111111000001010100100111111 | c8aa3f3fe0a93f |
UTF-8 | 畑몄룈爰묯 | 111001111001010110010001111010111010101010000100111010111010001110001000111001111000100010110000111010111010110010101111 | e79591ebaa84eba388e788b0ebacaf |
UHC | 畑몄룈爰묯 | 11101111101001011011100011101100100011111000011111101010101110101001001001000110 | efa5b8ec8f87eaba9246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)