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 | 雉崎ウ坑 | 11101000101100111000110111101000101100111000110101000010 | e8b38de8b38d42 |
EUC-JP | 雉崎ウ坑 | 1111000010110101101110101110101010001110101100111011100110100011 | f0b5baea8eb3b9a3 |
UTF-8 | 雉崎ウ坑 | 111010011001101110001001111001011011010010001110111011111011110110110011111001011001110110010001 | e99b89e5b48eefbdb3e59d91 |
UHC | 雉崎?坑 | 11110110110010111101000011111000001111111100101111010101 | f6cbd0f83fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)