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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 秊뜆뒰沈 | 111011111010011010010101111010111001110010000110111010111001001010110000111011111010010110110010 | efa695eb9c86eb92b0efa5b2 |
UHC | 秊뜆뒰沈 | 1110011011011100100011011000100110001010101010011110010010100001 | e6dc8d898aa9e4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)