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 | 帳??弱?? | 1001001010100000001111110011111110001110111000110011111100111111 | 92a03f3f8ee33f3f |
EUC-JP | 帳??弱?? | 1100010010100010001111110011111110111100111001010011111100111111 | c4a23f3fbce53f3f |
UTF-8 | 帳㏛툋弱욑풄 | 111001011011100010110011111000111000111110011011111011011000100010001011111001011011110010110001111011001001101010010001111011011001001010000100 | e5b8b3e38f9bed888be5bcb1ec9a91ed9284 |
UHC | 帳㏛툋弱욑풄 | 111011011110001110100111111001001011100010000011111001011011000010011110111011111011111010001100 | ede3a7e4b883e5b09eefbe8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)