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 | 漬??足?? | 1001001011010000001111110011111110010001101010110011111100111111 | 92d03f3f91ab3f3f |
EUC-JP | 漬??足?? | 1100010011010010001111110011111111000010101011010011111100111111 | c4d23f3fc2ad3f3f |
UTF-8 | 漬얗커足쟉렱 | 111001101011110010101100111011001001011010010111111011001011101110100100111010001011011010110011111011001001111110001001111010111010000010110001 | e6bcacec9697ecbba4e8b6b3ec9f89eba0b1 |
UHC | 漬얗커足쟉렱 | 111100101011000010111110111010011100010010111111111100001110101111000000111100011000111010111110 | f2b0bee9c4bff0ebc0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)