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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 雫床ゥh雫床ゥ | 1000111010110100100011111011000010101001011010001000111010110100100011111011000010101001 | 8eb48fb0a9688eb48fb0a9 |
EUC-JP | 雫床ゥh雫床ゥ | 10111100101101101011111010110010100011101010100101101000101111001011011010111110101100101000111010101001 | bcb6beb28ea968bcb6beb28ea9 |
UTF-8 | 雫床ゥh雫床ゥ | 11101001100110111010101111100101101110101000101011101111101111011010100101101000111010011001101110101011111001011011101010001010111011111011110110101001 | e99babe5ba8aefbda968e99babe5ba8aefbda9 |
UHC | ?床?h?床? | 001111111101111111001001001111110110100000111111110111111100100100111111 | 3fdfc93f683fdfc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)