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 | 帳??畏?? | 1001001010100000001111110011111110001000110110000011111100111111 | 92a03f3f88d83f3f |
EUC-JP | 帳??畏?? | 1100010010100010001111110011111110110000110110100011111100111111 | c4a23f3fb0da3f3f |
UTF-8 | 帳답툋畏먫풛 | 111001011011100010110011111010111000101110110101111011011000100010001011111001111001010110001111111010111010100010101011111011011001001010011011 | e5b8b3eb8bb5ed888be7958feba8abed929b |
UHC | 帳답툋畏먫풛 | 111011011110001110110100111001001011100010000011111010001110011010010000111010001011111010011110 | ede3b4e4b883e8e690e8be9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)