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 | 癲??肄?┨ | 111000011001111100111111001111111110001111100101001111111000010010110111 | e19f3f3fe3e53f84b7 |
EUC-JP | 癲??肄?┨ | 111000101010000100111111001111111110011011100111001111111010100010111001 | e2a13f3fe6e73fa8b9 |
UTF-8 | 癲됱빖肄덆┨ | 111001111001100110110010111010111001000010110001111010111011100110010110111010001000001010000100111010111000110110000110111000101001010010101000 | e799b2eb90b1ebb996e88284eb8d86e294a8 |
UHC | 癲됱빖肄덆┨ | 111011111010011010001001111011001001010110111000111011001011110110001000111010011010011010111001 | efa689ec95b8ecbd88e9a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)