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 | 曜ゅ?節?? | 100101110110101010000010111000110011111110010000110111110011111100111111 | 976a82e33f90df3f3f |
EUC-JP | 曜ゅ?節?? | 110011011100101110100100111001010011111111000000111000010011111100111111 | cdcba4e53fc0e13f3f |
UTF-8 | 曜ゅ뜳節ㅿ슛 | 111001101001101110011100111000111000001010000101111010111001110010110011111001111010111110000000111000111000010110111111111011001000101010011011 | e69b9ce38285eb9cb3e7af80e385bfec8a9b |
UHC | 曜ゅ뜳節ㅿ슛 | 111010001111100010101010111001011000110110110001111011111011110110100100111011111011110110111000 | e8f8aae58db1efbda4efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)