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 | 雄遁???? | 1001011101011001100100111101100100111111001111110011111100111111 | 975993d93f3f3f3f |
EUC-JP | 雄遁???? | 1100110110111010110001101101101100111111001111110011111100111111 | cdbac6db3f3f3f3f |
UTF-8 | 雄遁렩ㅿ윅暈 | 111010011001101110000100111010011000000110000001111010111010000010101001111000111000010110111111111011001001110010000101111011111010011110000101 | e99b84e98181eba0a9e385bfec9c85efa785 |
UHC | 雄遁렩ㅿ윅暈 | 111010101010100111010100111011011000111010110111101001001110111111000000101010001110100111110111 | eaa9d4ed8eb7a4efc0a8e9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)