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 | ?????r?? | 0011111100111111001111110011111100111111011100100011111100111111 | 3f3f3f3f3f723f3f |
SJIS-WIN | ?????r?? | 0011111100111111001111110011111100111111011100100011111100111111 | 3f3f3f3f3f723f3f |
EUC-JP | ?????r?? | 0011111100111111001111110011111100111111011100100011111100111111 | 3f3f3f3f3f723f3f |
UTF-8 | 묱묧묧뫏묨r묧뫏 | 11101011101011001011000111101011101011001010011111101011101011001010011111101011101010111000111111101011101011001010100001110010111010111010110010100111111010111010101110001111 | ebacb1ebaca7ebaca7ebab8febaca872ebaca7ebab8f |
UHC | 묱묧묧뫏묨r묧뫏 | 100100100100100010010001111111101001000111111110100100011011000110010010010000010111001010010001111111101001000110110001 | 924891fe91fe91b192417291fe91b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)