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 | 壯??畏?? | 1001101011100001001111110011111110001000110110000011111100111111 | 9ae13f3f88d83f3f |
EUC-JP | 壯??畏?? | 1101010011100011001111110011111110110000110110100011111100111111 | d4e33f3fb0da3f3f |
UTF-8 | 壯멧툋畏먫풛 | 111001011010001110101111111010111010100110100111111011011000100010001011111001111001010110001111111010111010100010101011111011011001001010011011 | e5a3afeba9a7ed888be7958feba8abed929b |
UHC | 壯멧툋畏먫풛 | 111011011110000010111000111001001011100010000011111010001110011010010000111010001011111010011110 | ede0b8e4b883e8e690e8be9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)