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 | 饒??驛?? | 1110100101100000001111110011111111101001100000110011111100111111 | e9603f3fe9833f3f |
EUC-JP | 饒??驛?? | 1111000111000001001111110011111111110001111000110011111100111111 | f1c13f3ff1e33f3f |
UTF-8 | 饒삣ㅁ驛듕툋 | 111010011010010110010010111011001000001010100011111000111000010110000001111010011010100110011011111010111001001110010101111011011000100010001011 | e9a592ec82a3e38581e9a99beb9395ed888b |
UHC | 饒삣ㅁ驛듕툋 | 111010011010111010111011111001011010010010110001111001101011111010110101111001001011100010000011 | e9aebbe5a4b1e6beb5e4b883 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)