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 | ???油ゆ? | 0011111100111111001111111001011011111011100000101110010000111111 | 3f3f3f96fb82e43f |
EUC-JP | ???油ゆ? | 0011111100111111001111111100110011111101101001001110011000111111 | 3f3f3fccfda4e63f |
UTF-8 | 歷몄룇油ゆ쾮 | 111011111010011010001100111010111010101010000100111010111010001110000111111001101011001010111001111000111000001010000110111011001011111010101110 | efa68cebaa84eba387e6b2b9e38286ecbeae |
UHC | 歷몄룇油ゆ쾮 | 111001101011100010111000111011001000111110000110111010101111101010101010111001101011001010000101 | e6b8b8ec8f86eafaaae6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)