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 | 形??形?? | 1000110001100000001111110011111110001100011000000011111100111111 | 8c603f3f8c603f3f |
EUC-JP | 形??形?? | 1011011111000001001111110011111110110111110000010011111100111111 | b7c13f3fb7c13f3f |
UTF-8 | 形앲뮅形앲뮅 | 111001011011110110100010111011001001010110110010111010111010111010000101111001011011110110100010111011001001010110110010111010111010111010000101 | e5bda2ec95b2ebae85e5bda2ec95b2ebae85 |
UHC | 形앲뮅形앲뮅 | 111110111010000110011101111010001001001010010100111110111010000110011101111010001001001010010100 | fba19de89294fba19de89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)