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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 橈??淫 | 100111101111010000111111001111111000100011111010 | 9ef43f3f88fa |
EUC-JP | 橈??淫 | 110111001111011000111111001111111011000011111100 | dcf63f3fb0fc |
UTF-8 | 橈쎌냼淫 | 111001101010100110001000111011001000111010001100111010111000001110111100111001101011011110101011 | e6a988ec8e8ceb83bce6b7ab |
UHC | 橈쎌냼淫 | 1110100011111010101111011110110010000110100011001110101111100010 | e8fabdec868cebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)