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 | 蒸??嶝?? | 1000111111110110001111110011111110011011110100010011111100111111 | 8ff63f3f9bd13f3f |
EUC-JP | 蒸?瀣嶝?? | 10111110111110000011111110001111110010011011000111010110110100110011111100111111 | bef83f8fc9b1d6d33f3f |
UTF-8 | 蒸렟瀣嶝렰렱 | 111010001001001010111000111010111010000010011111111001111000000010100011111001011011011010011101111010111010000010110000111010111010000010110001 | e892b8eba09fe780a3e5b69deba0b0eba0b1 |
UHC | 蒸렟瀣嶝렰렱 | 111100011111101010001110101100001111101010101110110101001111000110001110101111011000111010111110 | f1fa8eb0faaed4f18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)