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???? | 00111111001111110111011000111111001111110011111100111111 | 3f3f763f3f3f3f |
SJIS-WIN | ??v???? | 00111111001111110111011000111111001111110011111100111111 | 3f3f763f3f3f3f |
EUC-JP | ??v???? | 00111111001111110111011000111111001111110011111100111111 | 3f3f763f3f3f3f |
UTF-8 | 렻렒v렺믐렺렘 | 11101011101000001011101111101011101000001001001001110110111010111010000010111010111010111010111110010000111010111010000010111010111010111010000010011000 | eba0bbeba09276eba0baebaf90eba0baeba098 |
UHC | 렻렒v렺믐렺렘 | 10001110110000111000111010100111011101101000111011000010101110011100101010001110110000101011011110111101 | 8ec38ea7768ec2b9ca8ec2b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)