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 | 壯㎩괌畏쇘뮵 | 111001011010001110101111111000111000111010101001111010101011010010001100111001111001010110001111111011001000011110011000111010111010111010110101 | e5a3afe38ea9eab48ce7958fec8798ebaeb5 |
UHC | 壯㎩괌畏쇘뮵 | 111011011110000010100111111001011011000110100001111010001110011010111100111001111001001010111101 | ede0a7e5b1a1e8e6bce792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)