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 | 業??柚?? | 1000101111000110001111110011111110010111010011010011111100111111 | 8bc63f3f974d3f3f |
EUC-JP | 業??柚?? | 1011011011001000001111110011111111001101101011100011111100111111 | b6c83f3fcdae3f3f |
UTF-8 | 業뉖씣柚됮쓣 | 111001101010010110101101111010111000100110010110111011001001010010100011111001101001111110011010111010111001000010101110111011001001001110100011 | e6a5adeb8996ec94a3e69f9aeb90aeec93a3 |
UHC | 業뉖씣柚됮쓣 | 111001011111011010000111111010111001110110110111111010101111011010001001111010011001110110000100 | e5f687eb9db7eaf689e99d84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)