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 | ?±v?±vB | 00111111101100010111011000111111101100010111011001000010 | 3fb1763fb17642 |
SJIS-WIN | 逵±v逵±vB | 1110011110011100100000010111110101110110111001111001110010000001011111010111011001000010 | e79c817d76e79c817d7642 |
EUC-JP | 逵±v逵±vB | 1110110111111100101000011101111001110110111011011111110010100001110111100111011001000010 | edfca1de76edfca1de7642 |
UTF-8 | 逵±v逵±vB | 11101001100000001011010111000010101100010111011011101001100000001011010111000010101100010111011001000010 | e980b5c2b176e980b5c2b17642 |
UHC | 逵±v逵±vB | 1101000010110000101000011011111001110110110100001011000010100001101111100111011001000010 | d0b0a1be76d0b0a1be7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)