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 | 癲レ?乙?? | 111000011001111110000011100011000011111110001001101100110011111100111111 | e19f838c3f89b33f3f |
EUC-JP | 癲レ?乙?? | 111000101010000110100101111011000011111110110010101101010011111100111111 | e2a1a5ec3fb2b53f3f |
UTF-8 | 癲レ떥乙대탥 | 111001111001100110110010111000111000001110101100111010111001011010100101111001001011100110011001111010111000110010000000111011011000001110100101 | e799b2e383aceb96a5e4b999eb8c80ed83a5 |
UHC | 癲レ떥乙대탥 | 111011111010011010101011111011001000101110111000111010111110000010110100111010111011010110000111 | efa6abec8bb8ebe0b4ebb587 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)