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 | 弱??壯?? | 1000111011100011001111110011111110011010111000010011111100111111 | 8ee33f3f9ae13f3f |
EUC-JP | 弱??壯?? | 1011110011100101001111110011111111010100111000110011111100111111 | bce53f3fd4e33f3f |
UTF-8 | 弱꾢뤀壯믥끼 | 111001011011110010110001111010101011111010100010111010111010010010000000111001011010001110101111111010111010111110100101111010111000000110111100 | e5bcb1eabea2eba480e5a3afebafa5eb81bc |
UHC | 弱꾢뤀壯믥끼 | 111001011011000010000100111001011000111110110001111011011110000010010010111001111011001110100010 | e5b084e58fb1ede092e7b3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)