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 | 帳??凹?? | 1001001010100000001111110011111110001001100110100011111100111111 | 92a03f3f899a3f3f |
EUC-JP | 帳??凹?? | 1100010010100010001111110011111110110001111110100011111100111111 | c4a23f3fb1fa3f3f |
UTF-8 | 帳녑폀凹앲풛 | 111001011011100010110011111010111000010110010001111011011000111110000000111001011000011110111001111011001001010110110010111011011001001010011011 | e5b8b3eb8591ed8f80e587b9ec95b2ed929b |
UHC | 帳녑폀凹앲풛 | 111011011110001110110011111001011011110010001111111010001110101010011101111010001011111010011110 | ede3b3e5bc8fe8ea9de8be9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)