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 | ???鎰?? | 00111111001111110011111111101000010011000011111100111111 | 3f3f3fe84c3f3f |
EUC-JP | ???鎰?? | 00111111001111110011111111101111101011010011111100111111 | 3f3f3fefad3f3f |
UTF-8 | 若밸쵉鎰쎾슖 | 111011111010010110110100111010111011000010111000111011001011010110001001111010011000111010110000111011001000111010111110111011001000101010010110 | efa5b4ebb0b8ecb589e98eb0ec8ebeec8a96 |
UHC | 若밸쵉鎰쎾슖 | 111001011010111010111001111010111010110010001011111011001111000010011011111001011001101010100101 | e5aeb9ebac8becf09be59aa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)