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 | 歪??永?? | 1001100001100011001111110011111110001001011010010011111100111111 | 98633f3f89693f3f |
EUC-JP | 歪??永?? | 1100111111000100001111110011111110110001110010100011111100111111 | cfc43f3fb1ca3f3f |
UTF-8 | 歪뉛퐦永귟뼆 | 111001101010110110101010111010111000100110011011111011011001000010100110111001101011000010111000111010101011011110011111111010111011110010000110 | e6adaaeb899bed90a6e6b0b8eab79febbc86 |
UHC | 歪뉛퐦永귟뼆 | 111010001110000010000111111011111011110110001111111001111011010110000010111010001001011010010000 | e8e087efbd8fe7b582e89690 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)