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 | ???壯?? | 00111111001111110011111110011010111000010011111100111111 | 3f3f3f9ae13f3f |
EUC-JP | ???壯?? | 00111111001111110011111111010100111000110011111100111111 | 3f3f3fd4e33f3f |
UTF-8 | 欌깍숯壯볩풛 | 111001101010110010001100111010101011100110001101111011001000100010101111111001011010001110101111111010111011001110101001111011011001001010011011 | e6ac8ceab98dec88afe5a3afebb3a9ed929b |
UHC | 欌깍숯壯볩풛 | 111011011110101110110001111011111011110110100001111011011110000010010011111011111011111010011110 | edebb1efbda1ede093efbe9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)