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 | 弱???? | 100011101110001100111111001111110011111100111111 | 8ee33f3f3f3f |
EUC-JP | 弱???? | 101111001110010100111111001111110011111100111111 | bce53f3f3f3f |
UTF-8 | 弱낁겤捻뺽 | 111001011011110010110001111010111000001010000001111010101011001010100100111011111010011010100100111010111011101010111101 | e5bcb1eb8281eab2a4efa6a4ebbabd |
UHC | 弱낁겤捻뺽 | 11100101101100001000010111101000100000011011011011100110111101111001011001000110 | e5b085e881b6e6f79646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)