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 | ???筍?? | 00111111001111110011111111100010101000010011111100111111 | 3f3f3fe2a13f3f |
EUC-JP | ???筍?? | 00111111001111110011111111100100101000110011111100111111 | 3f3f3fe4a33f3f |
UTF-8 | 濾썬룗筍쏄꺽 | 111011111010011010000100111011001000110110101100111010111010001110010111111001111010110110001101111011001000111110000100111010101011101010111101 | efa684ec8daceba397e7ad8dec8f84eababd |
UHC | 濾썬룗筍쏄꺽 | 111001101010010010111101111000111000111110010011111000101110110010011011111010101011001010101001 | e6a4bde38f93e2ec9beab2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)