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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 輦듽끋溜㏓젾 | 111011111010011010011000111010111001001110111101111010111000000110001011111011111010011110001011111000111000111110010011111011001010000010111110 | efa698eb93bdeb818befa78be38f93eca0be |
UHC | 輦듽끋溜㏓젾 | 111001101110010010001010111000111000010110111101111010101111111010100111111010111010000010110000 | e6e48ae385bdeafea7eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)